Charlie
Charlie
This has been a long standing issue, and still is. There are multiple issues on Github regarding this problem, and most of them boil down to the same thing: Pigments...
Copied @ezekg 's question from https://github.com/abe33/atom-pigments/issues/50 since it was irrelevent there but still relevant to the current state: ------------------- Any plans for picking up a palette defined in a map?...
This PR adds the possibility to disable the `std` feature which makes sure the crate can run on `no_std` environments such as embedded devices. It also adds the `alloc` feature...
For example, tapping twice quickly after another gives `clickclick command not found, Eish`. I think it's because the `client_sock.recv(1024)` receives too much at once. Another case would be `{"action":"mouse-move","x":1.811187744140625,"y":1.63995361328125}{"action":"mouse-move","x":2.9740753173828125,"y":0.71514892578125} command...
## Bug Report If you have two files, each with a different class, but the classes share a method with the same name, the merged output file breaks because of...
Regarding the `default_config[] | object Array | Array of objects with the structure string key and string value`: ```json "default_config": [ { "key": "demo_config_key", "value": "demo_config_value" } ] ``` Why...
It would be very cool if you could do ```rust use ics::{Event, properties::*}; use chrono::prelude::*; let start = Utc::now(); let end = start + Duration::hours(1); let mut event = Event::new("Some...
For example, when I open a page with only an SVG image, the console contains the following errors: ``` jquery.ip.js:2 Uncaught TypeError: Cannot read property 'opacity' of undefined at jquery.ip.js:2...
The code in the `/www` folder is now a bit cleaner, by: - formatting, adding whitespace - taking care of edge cases - adding browser support The colors from `theme.scss`...