Danilian Akhmedzianov
Danilian Akhmedzianov
Smth like ``` import { decompress } from 'itty-bitty' const decompressedData = decompress(window.location.hash); doSomethingWithDecompressedData(decompressedData); ``` and ``` import { compress } from 'itty-bitty' const compressed = compress(someData); window.location.hash = compressed;...
OK, I understand that you don't have a time to resolve my issue. I just need to ask your permission to publicate compression-related code as the npm package. I mean...
The same problem. Latest ff, android 13. I see autofill suggestion, but no autofill after website choosing dialog.
This issue is NOT because of antd. Antd uses rc-table internally. And the rc-table has the [following](https://github.com/react-component/table/blob/266c10b273a5ea9a3c169a67e58a7e4f40a0caad/src/Table.tsx) code (take a look at styele initialization). Unfortunately, this issue can't be resolved...
Thank you, talysl, I've already solved this same way. I was looking for more clear way, I did not want to hack this module. But what done is done. @jprichardson...
I need this feature too: any other table processors (Apple, MS, Google, MyOffice) already implemented this.
Totally agree. Please spread this software across all github-like services around the world. GitHub, gitee, gitflic, etc
Deno contributors have implemented this in January btw. They made experimental Typescript decorators optional and modern ones are enabled by default right now.
> @pokatomnik Do you know if they shim js `class`. Last time I use the latest decorator with tsc, it change my `class ...` to `prototype ...` That's what typescript...
@vultix could you please merge It? This is very useful feature, I guess.