Gabriel Hawk

Results 8 issues of Gabriel Hawk

## Environment data - Language Server version: 0.5.51.0 - OS and version: Mac OS Catalina 10.15.5 - Python version (& distribution if applicable, e.g. Anaconda): 3.8.3, 3.7.3, 2.7.16 ## Expected...

I was trying to put redirects in my controllers based on session state. For instance, if someone navigates to an admin page, they need to be logged in. I have...

When running a freshly installed serve in a project, this happens. ``` {project-path}/node_modules/serve/build/main.js:427 await printUpdateNotification(args["--debug"]); ^^^^^ SyntaxError: Unexpected reserved word at Loader.moduleStrategy (internal/modules/esm/translators.js:122:18) at async link (internal/modules/esm/module_job.js:42:21) ``` This also...

As a new user I've been struggling with this for a while. From what I can tell, `system.edn` uses aero to read environment variables, but it has no ability to...

documentation
enhancement

I ran into this today when I removed a variable that was in the `:bindings` configuration. All I got was a null pointer exception, and no stacktrace. It'd be great...

feature
ergonomics
low-priority

Is there a setting somewhere I'm supposed to override? Why would these need to scan documents and settings? ``` [:app] Starting tailwind process. node:fs:1438 handleErrorFromBinding(ctx); ^ Error: EPERM: operation not...

This doesn't seem to be normal, since tutorials I've seen for using vscode Alive have photos where you can use features like "STORE-VALUE" that would normally be in Slime. Are...

I receive this error in the javascript console (picture attached). ```clj (defroute "/details/:id" {:as params} (render-details-page (:id params))) ``` ![image](https://user-images.githubusercontent.com/46236113/202895886-b0ddde12-6296-47fd-ac7f-21cba063edb5.png) This error happens even if I just take out the...