Alan Smith
Alan Smith
Ran `npm install -D @netlify/[email protected]` to bump the version to beta.6.
This is a feature request to add a flag to the command line tool that operates the same as `-D` but doesn't attempt to automatically open the `log.html` output file...
I wrote a quick script to pull tags from the different sites to help me figure out what to use. Figured I'd drop it here. Was thinking a possibility would...
I'm trying to use `:post` header to apply some post processing in org mode. For example: ``` #+begin_src rust :post padder(data=*this*) fn main() { println!("Hello, world"); } #+end_src ``` When...
I cloned the repo and pointed Netlify at it to run the process. There were some bugs that prevented thikngs from working out of the box. This pull request fixes...
I'm using `lstrip_blocks` and `set_trim_blocks` to help with white space, but it's still bugs me and I end up with a lot of manual removal by adding `-` I'd like...
- This pull request changes the example code for turning off crossbeam for tokio to use `macos_fsevent` instead of `macos_kqueue` - I'm suggesting this change based off [the issue I'm...
#### System details - OS/Platform name and version: Apple M1 Max - macOs Sonoma 14.4.1 - Rust version (if building from source): `rustc --version`: rustc 1.79.0-nightly (1cec373f6 2024-04-16) - Notify...
The [current LSP example][1] is a good, minimal demonstration. It show how to respond to `textDocument/definition` requests. I used it to make an example that includes capturing content from `textDocument/didChange`...
**TL;DR I suggest updating the home page example to include a check for: ```rust Signal::Terminate ``` in addition to: ```rust Signal::Interrupt ``` **Is your feature request related to a problem?...