Mike
Mike
The dart code for the Type scale generator should use right caption for these fonts. **Wrong:** GoogleFonts.iBMPlexSans() **Correct:** GoogleFonts.ibmPlexSans() Same for all: ``` Alegreya Sans SC Alegreya SC Almendra SC...
**Is your feature request related to a problem? Please describe.** Yes, the lack of Ruby support in Polyglot Notebook disrupts workflows involving multiple languages. **Describe the solution you'd like** Integrate...
Hello, I've got so strange behavior with `RawKeyboardListener`. `keyCode` is correct, but `event.logicalKey.keyLabel` returns `8` instead of `*` and the same for other key events with modifiers. I've double-checked my...
* Add option for multi-field scoping in slugs, expanding beyond single-field/relation scopes without altering existing functionality
The roadmap link on the [pricing page](https://cap.so/pricing) returns 404
Add an option in settings to flip the camera horizontally (mirror effect).
Не считает доставку, после первого ввода города. Требуется повторный ввод. Иногда выдает ошибку. что необходим "Платежный город"
Add support for SASL authentication in the Kafka Executor, allowing users to configure secure connections using SASL mechanisms like `SCRAM-SHA-256`/`SCRAM-SHA-512`.
I tried to compile `pbpctrl` for MacOS. To solve dependency issues, I installed the missing packages: `brew install dbus protobuf`. Then I ran `cargo build --release --target aarch64-apple-darwin`, but as...
Found a caching issue causing random white pages, possibly solving #62. Added a workaround that might fix it. Tested in production for a few days with no problems so far....