Max Coplan

Results 56 issues of Max Coplan

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. In a git repository, run `git commit --allow-empty` 2....

I am trying to make a script to auto-generate icon files and send them to the right spots. This is what I have so far ```js #!/usr/bin/env node import *...

``` 12:29 PM Plugin Error: Plugin ".ignore" is incompatible (until build 201.0 < WS-201.6668.106). ``` ``` com.intellij.diagnostic.PluginException: java.lang.reflect.InvocationTargetException [Plugin: com.ppolivka.gitlabprojects] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.instantiate(ActionManagerImpl.java:201) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:171) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:527) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:515) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1504)...

shouldn't the `got` point in https://github.com/quii/learn-go-with-tests/blame/main/math.md#L775 be on the unit circle?

When reading ๐Ÿ“– about https://golangci-lint.run/usage/install/ a few weeks ago, I thought ๐Ÿ’ญ it was interesting ๐Ÿคจ how they promote running it in CI and giving instructions for that. Do you...

The [SFConservancy](https://sfconservancy.org/) has recently sent out a memo advising developers to โ€œ[Give Up GitHub](https://sfconservancy.org/GiveUpGitHub/)โ€ over non-free practices. quick-lint(โ€™s creator) โ€” not wanting to be left behind on any trends ๐Ÿ˜Žโ€”...

**Tell us about your environment** - **ESLint version:** Latest - **eslint-plugin-vue version:** Latest - **Node version:** Latest **The problem you want to solve.** Many people (possibly most) that use Typescript...

feat: class-component

In some cases it makes sense to have `number`s instead of `string`s for role types. For example, when using `enum`s in TypeScript Fixes #93

**Context**: I want to be able to define the roles in my application as a `const enum` in TypeScript like so ```typescript const enum ACRolesEnum { blocks, event, holidays, photos...