Max
Max
> My suggestion would be to check your CSS to see if you have an element that doesn't shrink. @Programina try including the following CSS in the page that you're...
https://github.com/remeda/remeda/pull/67 includes a bunch of type guards. @TkDodo mentioned that these could possibly get merged. cc @digimuza
If I create a PR would it be accepted? Thanks. 🙏
I'm considering switching to https://github.com/digimuza/ts-prime which already has a [`partition` function](https://digimuza.github.io/ts-prime/#/documentation/partition). Remeda is awesome though (thanks so much to the devs 🙏 )! `ts-prime` is forked from Remeda and adds...
Thanks for the feedback @TkDodo. 🙏 Would it be possible to check with @digimuza if it's possible to merge some upstream functionality? As far as I'm aware it's all tree...
I also thought the same as @aikar on my first skim of the docs that `queue.onIdle` would register a callback. > EventEmitter style API and do queue.on('idle', () => {...
@jeacott You can shim backbone.offline when using require.js. You should set out your require.config as below: ``` javascript require.config({ baseUrl: 'scripts', paths:{ 'jquery': 'vendor/jquery/jquery', 'underscore': 'vendor/underscore/underscore', // amd fork 'backbone':...
Hi @Ask11. I don't use the `exports` command and it seems to work. I'll look into it. I'd be happy to help out with the documentation for the wiki if...
Any updates on this? Would be great to not have to use Rosetta. Thanks in advance! 🙏
@matteodem I've got the same issue. Happy to help out with a PR. Just need some guidance on how to proceed. Thanks.