Nikola Lukovic

Results 13 comments of Nikola Lukovic

I have this issue on fish in wsl2 ubuntu as well when trying to download x64 node versions...

I suppose we will also need to have something like an `EqualityComparer` to specify in which way to compare values? We would have an optional value which would specify in...

It all depends how precise you want to go. I'd argue that for strings, as an example, being careful about locale is a must. And `===` doesn't help in that...

Maybe the best idea would be to release the ES5 version first with all the methods and features you want implemented. This could be, lets say 1.0.0 version. The 2.0.0...

> > > I switched to Xamarin.Essentials for Caching on UWP/iOS/Android. How does that help you with this issue? Can you give us an example?

You would do this with global localizedstrings and global state. After changing the language just initiate call setState for whole app

Instead of hardcoding why not allow users to pass a predicate to choose which values represent boolean values?

@jlandowner That's a lot better, I'd even go for something like this but it's your choice in the end which one you want to implement: ```js - boolean(options?: { message?:...

The issue is with the Node version. It doesn't work with the latest `v21.0.0` but it works with the previous version `v20.8.1`.

Did you notice any errors in the console concerning those relays? Can you please update the issue with those error messages if there are any? Also keep in mind that...