mason
mason
Bracey's static server is intentionally very simple. Re-implementing the breadth features provided by other more complex static servers isn't really worth the effort. I'm open to a mode where it...
awesome! thanks for looking into this @N1ck9141. I'll get this merged in shortly.
Thanks for reporting, I'll take a look when I get a chance. Any chance you could include the content of the HTML file when you ran into this issue?
oof, pretty hacky but logs are written to `/tmp/` which aint gonna work on windows. Looks like you can change `g:bracey_server_log` to a path that's writable on your machine. I'm...
Thanks for follow up with an example! Would love to get this fixed! :heart: :symbols: My original comment still stands. since file paths on many operating systems are just bags...
Thanks for reporting, should be pretty straight forward. I'll take a stab when I get a chance.
yikes! That's pretty bad. Thanks for the straight forward repro. I'm guessing the CSS parser or linter are way out of date, this project predates CSS variables. I'll give updating...
This isn't supported as a built in option but could probably hack around it by removing the hooks it adds here https://github.com/turbio/bracey.vim/blob/c2c1e91c011a007ed66e1dbbcc2c8d12e8600c06/autoload/bracey.vim#L64.
Thanks for reporting, looks like you're trying to use bracey on windows. Windows isn't really supported, though it looks like it should be a pretty straightforward fix. I unfortunately don't...
reopening, since linting also needs to be fixed to handle modern css.