Jack Hedaya
Jack Hedaya
Willing to take a crack at this myself, just let me know if this is wanted. I think it would be useful for the `Table` constructor or a static from...
Hey! I think it would be really awesome to be able to label the x axis. Are there any plans of supporting this?
Hi! I'm using `webext-redux` in development and am wondering how you guys hot reload the extension. Before, I was simply loading the extension frontend in chrome as a normal webpage...
## Introduction I'm trying to bulk insert to my database that's more complex than a standard `query` but am having issues with looping through transactions. Attached SO [here](https://stackoverflow.com/questions/68834676/bookshelfjs-loop-of-transactions-or-transactions-promise-pool) ## Issue...
Hi! I'm working on writing a library `material-ui-credit-card` but am having trouble during compilation: ``` ../dist/index.modern.js 48:49 Module parse failed: Unexpected token (48:49) File was processed with these loaders: *...
It would be nice to extend a class to create a customizable menu item. For example a title, etc.
Hi! When nesting a `FlatGrid` component in a ScrollView, the following warning appears: > VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed...
Hey there! I'm encountering an issue when using `piscina` with `ts-node-dev`. Whenever I try to use `piscina` in a different worker file, I get ``` [ERROR] 10:45:27 Error: Cannot find...
Hey! I think TypeScript typings would be very useful for me and other TypeScript users. Thanks!
Hi! Hope all is well! I'm writing and loading my index to AWS S3 using the following: ``` def __serialize_index(self, gpt_idx: GPTListIndex): out_dict: Dict[str, dict] = { "index_struct": gpt_idx.index_struct.to_dict(), "docstore":...