To have a list of all the so called ThemedIcons for your GTK app, download https://flathub.org/apps/details/org.gnome.design.IconLibrary
I have just spent 30 minutes for this. Thank you Gnome developers
""" | |
How to use SQLAlchemy with numerical enums? | |
`IntEnum` class is taken from this article: [Using Python enums in SQLAlchemy models](https://michaelcho.me/article/using-python-enums-in-sqlalchemy-models/), all credits to the author. | |
""" | |
import datetime | |
import enum | |
from sqlalchemy import Integer, TypeDecorator, create_engine |
To have a list of all the so called ThemedIcons for your GTK app, download https://flathub.org/apps/details/org.gnome.design.IconLibrary
I have just spent 30 minutes for this. Thank you Gnome developers
Here is the best setup (I think so :D) for K-series Keychron keyboards on Linux.
Note: many newer Keychron keyboards use QMK as firmware and most tips here do not apply to them. Maybe the ones related to Bluetooth can be useful, but everything related to Apple's keyboard module (hid_apple
) on Linux, won't work. As far as I know, all QMK-based boards use the hid_generic
module instead. Examples of QMK-based boards are: Q, Q-Pro, V, K-Pro, etc.
Most of these commands have been tested on Ubuntu 20.04 and should also work on most Debian-based distributions. If a command happens not to work for you, take a look in the comment section.
Older Keychron keyboards (those not based on QMK) use the hid_apple
driver on Linux, even in the Windows/Android mode, both in Bluetooth and Wired modes.
$ ember install ember-cli-postcss # Install ember-cli-postcss
$ npm install --save-dev tailwindcss # Install tailwindcss
$ npx tailwind init app/styles/tailwind.config.js # Optional: Generate a Tailwind config file for your project
$ npm install -save-dev postcss-import # Optional: If you want to use the @import statement
// Contributor: julio641742 | |
/* | |
In this example we will be click a button in the top bar, | |
causing an event that create a text label (hello world), which with some | |
animation, will be decreasing its opacity from 100% to 0% | |
*/ | |
/* Import St because is the library that allow you to create UI elements */ | |
const St = imports.gi.St; |
REST API response format based on some of the best practices
Electrifying teals and scintillating tangerines pop against dark chocolate-grey windows and menus. Adding these customizations to 'User Settings' will allows you to enjoy the Pop!_OS UI color theme, and still be able to swap in your favourite syntax highlighting theme for improved readability and visual lexing.
File > Preferences > Settings
.vscode-color-settings.json
into "workbench.colorCustomizations".Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
{
address = "irc.twitch.tv";
chatnet = "Twitch";