-
### Related page
https://mui.com/x/react-data-grid/column-definition/
### Kind of issue
Missing information
### Issue description
I recently discovered a way to make use of static typin…
-
Although I can use the `@Memoize() d`ecorator with normal functions, I get an error when using the decorator on class methods.
```typescript
import {Memoize} from 'typescript-memoize';
class Fo…
-
I really like when imports are sorted since you know what are you importing from libraries, files etc. This makes even more sense to our repo because we would be able to differentiate imports from ext…
-
### Steps to reproduce
Create a ShadSelect widget.
Use the optionsBuilder property to dynamically build the list of options.
Run the app and try to select an option from the ShadSelect.
### Ex…
-
-
## Tell us about the problem you're trying to solve
The heath check endpoint exposed by the server API runs a simple `SELECT 1` query to determine if the database connection is healthy. This endpoint…
-
string keys don't take up that much space.
say, an average worst case of 15 characters per key and all double-byte unicode,
15 \* 16 = 240 bytes per key
1048576 bytes in a megabyte
1,048,576 / 240…
-
Use a more sane interpretation strategy -- use memoization or something, rather than naive recursion.
I think (I don't actually remember) the interpreter is totally naive and doesn't memoize at all…
-
-
@DrorT calling a reduce function on every dispatch may get expensive. for production use we should probably build in a memoize function for walkState