Samuel Rounce

Results 16 issues of Samuel Rounce

Is it possible to use CSS modules or similar? The global styles collide with those of other packages/components.

Hi I've been trying to bind the completion trigger to `` but to no avail. I'm quite the newb when it comes to bindings in vim, but after some Googling...

Editor typeface is sans-serif and has weird ligatures, while this might be nice for other uses but is not great for writing code.

**Describe the bug** Delete doesn't work for paths with null values. **To Reproduce** Steps to reproduce the behavior: ``` > echo '{ "foo": null }' | dasel delete -r json...

bug

A reasonably DRY implementation of the following methods: - http://docs.oracle.com/javase/7/docs/api/java/util/BitSet.html#nextSetBit(int) - http://docs.oracle.com/javase/7/docs/api/java/util/BitSet.html#nextClearBit(int) - http://docs.oracle.com/javase/7/docs/api/java/util/BitSet.html#previousSetBit(int) - http://docs.oracle.com/javase/7/docs/api/java/util/BitSet.html#previousClearBit(int) Need to write some unit tests, but has been manually tested, and all seems...

**Date:** Saturday 29th April → 10:30am - 4pm **Venue:** TBC **Tickets:** £5 (+ £1 booking fee) will be used help cover the costs of the event primarily providing food &...

Hi all, Sorry for going quiet recently - don't worry haven't been hit by a bus - I've just been busy with stuff. I've held off announcing an event for...

**Describe the bug** When setting `programs.terraform.package` to the result of `terraform-with-plugins` the `terraform` binary cannot be found: > `Failed to load formatter #terraform due to error: cannot find binary path`...

bug

It'd be great to be able to use Fenix to use custom rust toolchains such as [esp-rs/rust](https://github.com/esp-rs/rust). It's currently not clear how to go about doing this, or if it's...

When running `idf.py create-project` I get the error below. I presume this is because the project files are being copied from the store with the read-only permissions being retained. ```...