AmadeusQ

Results 6 issues of AmadeusQ

For example: ```ruby # 'settings' is a json-typed column for the model User in database(pg or mysql) class User < ApplicationRecord typed_store :settings do |s| s.boolean :new_msg, default: true, null:...

Yes, I think you know what I mean. Here's an example: ```c int a = 1; bool b = true; char c = 'c'; ``` How to pronounce that `char`?...

As you can see in the first picture, there are some control function in the top of the window, such as schema change, tabs change, which are super useful function...

I saw you already upgraded `build.py` to support Python 3, that's great. However, when I run it under Python 3, I found an error that told me Python 3 was...

System: macOS 12.7.1 **JDK 1.8** JDK Info: ``` openjdk version "1.8.0_345" OpenJDK Runtime Environment (Zulu 8.64.0.19-CA-macos-aarch64) (build 1.8.0_345-b01) OpenJDK 64-Bit Server VM (Zulu 8.64.0.19-CA-macos-aarch64) (build 25.345-b01, mixed mode) ``` Error...

### Feature description **What I expected** * A Theme selector (e.g., Light / Dark / System) that affects the entire application UI, similar to what’s described in the [WaveLegacy 0.7.2...

enhancement
triage