SnnSnn

Results 16 comments of SnnSnn

Something like this: https://marketplace.visualstudio.com/items?itemName=ryu1kn.text-marker

@alefragnani Line coloring is good enough for me but having specific range rather than whole line would be better for focus or finding your way inside the code. When specific...

No, not the cli version, but ability to control breaktimer via terminal commands from other apps, something like: ```bash // To pause the timer $ breaktimer pause // Or resume...

Please can you consider implementing just the additions: > Federated services will need to implement the following additions to the schema to allow the gateway to use the service for...

Hi @stellasia, There was a clear warning against able-suffixed trait names in Rust's core documentation, at least how I remember it, but unfortunately could not find it. However you can...

> how do you generate the epub? I generated it using a chrome addon: https://chrome.google.com/webstore/detail/webtoepub/akiljllkbielkidmammnifcnibaigelm?hl=en With these parser settings: Settings |   -- | -- Hostname: |  riker.rs URL of first...

For those asking how to load, I am not sure if it is the correct way but `carbon_fields_register_fields` hook works: ```php function load_custom_carbon_fields() { // Include number field require_once PLUGIN_PATH...

Why would browsers vendors provide event.code values since without `KeyboardLayoutMap` if it is not much different than keyCode.

> We just need to remove the version bump and changelog changes since they're automated on release. So, changing src/core.ts file is enough? No other edits. No problem, but how...

> Good point, let's remove it. Can't remember why but we shouldn't mess with it. Happy to pull in a PR. It's breaking change so we'll need to bump to...