Steve Dignam
Steve Dignam
### Provide a general summary of the issue here My setup is essentially: ```tsx save ``` When a user makes some edits to the textarea content, and the tries to...
### Description I can't reproduce in firefox, but in safari the search input has noticeable lag when typing and running the profiler shows a lot of the time spent in...
I see this package supports python 2.7 so the type hints would have to be the comment variety: https://web.archive.org/web/20220213164145/https://mypy.readthedocs.io/en/stable/cheat_sheet.html Essentially: ```python def add(a, b): # type: (int, int) -> int...
**Describe the bug** ```typescript ``` Doesn't raise a warning about being invalid, the correct name is `last:mb-0` **To Reproduce** Use the following css and find no error is raised ```typescript...
**Is your feature request related to a problem? Please describe.** convert ```tsx ``` into: ```tsx ``` **Describe the solution you'd like** Autofix all occurrences of the more verbose css var...
https://pganalyze.com/blog/pg-query-postgres-16 should unlock windows support, also might be wise to switch to the protobuf based parsing instead of having to mess with json and serde
https://linear.app/blog/linear-incident-on-jan-24th-2024 truncate table cascade should warn about the truncate and note the cascade
Hello! The demo video linked in the readme is private on YouTube
Before: Error detected while processing ~/.vim/plugged/godown-vim/ftplugin/markdown.vim: line 2: E121: Undefined variable: g:godown_autorun E15: Invalid expression: g:godown_autorun Press ENTER or type command to continue After: No issue