-
### Check the Help Site and GitHub Issues/Discussions
- [X] I have checked and found nothing.
### Version
3.3.0.9
### Operating System
Windows 11
### What happened?
In tab view mo…
-
## Description
A bind call or arrow function in a JSX property will create a brand new function on every single render. This is bad for performance.
## Occurrences
There are 40 occurrences of thi…
-
### Describe the bug
My `+page.ts` looks like something like this:
```ts
export const load: PageLoad = async ({ fetch, parent }) => {
const { uid } = (await parent()).session?.user ?? {};
…
-
Simple recursive calls of a definition/theorem should be marked with a "recursive call" icon:
![image](https://github.com/user-attachments/assets/e0d9b6d3-d4d8-4438-9540-dc963bec6ee6)
More compl…
sxhya updated
1 month ago
-
Just to signal that I wrote an enhanced interface to SQL that is in https://github.com/jllipatz/SQL. That's just WIP...
_Originally posted by @jllipatz in https://github.com/ddotta/parquetize/issue…
-
On a macbook pro some of the default keyboard shortcuts of Spyder collide with "normal" functions on OSX.
Home/End (Command+Up, Command+Down) are taken by Move to previous/next cell.
Also, movin…
-
**Is your feature request related to a problem? Please describe.**
Using a parquet reader option, we could allow the user to specify columns that they would like to receive as dictionary-encoded in t…
-
### Validations
- [X] Follow our [Code of Conduct](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CODE_OF_CONDUCT.md)
- [X] Read the [Contributing Guide](https://eslint.style/contribu…
-
**[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** 0.0.53 / latest
Syntax highlighting breaks for async generic…
jabuj updated
4 years ago
-
## Description
Create a `.js` file in an environment with `eslint` and `eslint-plugin-prefer-arrow-functions`
create an object with a function as a property:
```js
const myObj = {
dummyMethod()…