Idontgivearaaat
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Idontgivearaaat created a post, how to setup type checking for typescript files
i'm trying to run a vanilla typescript project and I'm not sure if type-checking is just on by default or if i have to configure it explicitly. Can I route the output of `tsc --noEmit --watch` to t... -
Idontgivearaaat created a post, how to get language auto complete on files that have exotic extensions
been playing around with [the templ html component system](https://templ.guide/) on goland and there is a [plugin](https://plugins.jetbrains.com/plugin/23088-templ) that does syntax highlighting, ... -
Idontgivearaaat created a post, Answeredcan anyone suggest somesort of plugin that shows the colors from image/colors.RGBA{} ?
hello everyone :) noob here, trying to work on a gui and have to use the image/colors package and i know how there's like a button to adjust the colors when working on a css file that appears near ... -
-
-
Idontgivearaaat created a post, could not open file "path/to/file.txt" for writing: Permission denied
hello everyone :), noob hereon linux, i'm trying to follow along with the examples of the book i'm reading on sql and it's asking me to run this command but i'm getting an error```sqlanalysis> COPY... -
Idontgivearaaat created a post, Answeredcan i bind a shortcut to quick fix a specific weak warning?
hello everyone :) noob here, i'm trying to bind a shortcut key to a specific weak warning in goland. i like declaring implicit struct literals although i click on it in the gif there i have it no...