hornta

Results 41 issues of hornta

I have not found a single static constant used in the classes. Is it a compiler issue? Here is an example of what such a constant could look like. I...

documentation

### I have checked the following: - [X] I've searched existing issues and found nothing related to my issue. ### Describe the feature you want to add I want to...

enhancement

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Package: node
Waiting for: Community

Having the rule `lint/style/noNonNullAssertion` report on code that is not nullable for example this code should be reported: ```ts let foo = "string"; if(foo!) {} ``` ### Playground Link https://biomejs.dev/playground/?lintRules=all&code=YwBvAG4AcwB0ACAAZgBvAG8AIAA9ACAAIgBhAGIAYwAiADsACgAKAC8ALwAgAGIAaQBvAG0AZQAtAGkAZwBuAG8AcgBlACAAbABpAG4AdAAvAHMAdAB5AGwAZQAvAG4AbwBOAG8AbgBOAHUAbABsAEEAcwBzAGUAcgB0AGkAbwBuADoAIAA8AGUAeABwAGwAYQBuAGEAdABpAG8AbgA%2BAAoAaQBmACgAZgBvAG8AIQApACAAewAKACAAIABmAG8AbwA7AAoAfQA%3D...

The canvas is weirdly resized upon resizing the browser window. I noticed it when I alt+tabbed between my IDE and the browser, the canvas slowly get larger. ```ts import {...

Bug

I just cloned the repository and these commands. - npm i - npm test (this one failed with the output below) ``` PS Z:\git\eslint-plugin-import> npm test > [email protected] pretest >...

### Describe the bug When I import a TypeScript file from within a JavaScript file like so `export { foo } from "./my-file.js";` (my-file is a .ts file on the...

upstream

I'm getting the logs suffixed by `undefined` for a simple job and I guess it's not intended. What might that be? ``` backend:dev: Worker for job "syncRequisitions" online undefined backend:dev:...

### Environment information ```bash CLI: Version: 1.9.2 Color support: true Platform: CPU Architecture: x86_64 OS: windows Environment: BIOME_LOG_PATH: unset BIOME_LOG_PREFIX_NAME: unset BIOME_CONFIG_PATH: unset NO_COLOR: unset TERM: unset JS_RUNTIME_VERSION: "v22.6.0" JS_RUNTIME_NAME:...