Philip Daniels

Results 12 comments of Philip Daniels

@piotrkula-brother Not available publicly I am afraid but I can give you a hint - check out the reference source for the DataBinder class. http://referencesource.microsoft.com/#System.Web/UI/DataBinder.cs,bc4362a9cfc4c370

@AlyoshaVasilieva I've tried that and I still see a hit of about 1MB. Looking at the generated `timezones.rs`, for it to have any effect we would need rustc to optimize...

Actually there is a thing called [cargo package metadata](https://doc.rust-lang.org/cargo/reference/manifest.html#the-metadata-table) which might allow something of the form ```toml [package.metadata.chrono-tz] timezones = "GMT|US/.*|Europe/London" ``` It might then be possible to get at...

Just wanted to add my voice to this issue. The current implementation makes the outline view pretty much useless for Rust code, unfortunately. Something (anything) that helps would be appreciated,...

I notice that if I open the `/data/qork/qork/src/rust/qork` folder in VS Code (previously I must have been opening `/data/qork/qork`) then RLS works. While this is a workaround, it is inconvenient,...

There is a known bug mentioned in the README on the front page whereby exiting rectangle-mark-mode stops C-z from working. This may be related.

I have been working on my own set of keybindings to bring Emacs more in line with Windows defaults. The attempt is here https://github.com/PhilipDaniels/windows-defaults, it is structured as a Spacemacs...

@MarcusE1W There is no plan to integrate it into Spacemacs, at least, nobody has ever asked me. I actually stopped using Emacs/Spacemacs for all but vanilla editing about 6 months...

I just ran into this issue as well, for the same reason - various bits of config are mandatory and checked at startup time. I confirm the workaround of copying...

I thought I was going nuts, so glad to find this issue. I am in the middle of refactoring my .emacs and was a bit upset when rainbow delimiters stopped...