Colin Yates

Results 38 issues of Colin Yates

Hi there - does anybody have any hints on how to configure either vim or IntelliJ so code formatting works. I am using the example template: ``` Hello, {{ name...

Hi - I have a common template which renders a sortable table header. In a larger template I want to call it and pass in the context (e.g. name, whether...

Hi - I imagine like most people, I don't care about whitespace being preserved and all of my templates should be escaped as if they are HTML. Is there any...

Same problem as #107, but I can't see the issue with my code. The error: ```rust cannot move out of dereference of `std::sync::RwLockReadGuard

Thanks for this (and lesson-1 repo), incredibly helpful to get up and running. How do you go about actually _developing_ the individual projects though? Which toolsets support reading classpath/dependencies from...

just a quick question - any tips on how to configure IntelliJ (CLion) so that it formats code inside the `html!` macro? Thanks!

Hi there - this looks great. Does it only integrate with the native LSP? If I run code actions from Coc I get a bunch but if I run `CodeActionMenu`...

enhancement
help wanted

Hi - thanks for ditaa! I understand that I can do: ``` ditaa +----+ |cGRE| |ABCD| +----+ ``` but what if my box is only 1 character wide: ``` ditaa...

Hi - TUI newbie here :-). I poll my log server for new log messages and unfortunately the client emits `println`s which get rendered on top of the TUI. I...