Hichem Fantar
Hichem Fantar
Looks like the latest w10 Windows Terminal release allows you to set windows terminal as your default which means Docker Desktop should open up windows Terminal if it's your default....
I agree! the only potential issue with adoption is the unclear license. many people will avoid quarks simply due to the fear of the license coming back to bite them...
@Alchemist0823 thanks for the reply. You can add a license file in the repo to make it clear. Example: https://github.com/hichemfantar/hdri-to-cubemap-converter/blob/main/LICENSE.txt Actually If the editor is open source then you can...
@rennokki is it possible to self host the dashboard? Thanks
@rennokki I don't know what your plan for the project is but a lot of people are being left in the dark here which isn't good for trust in the...
I created a [tweet](https://x.com/hichemfantar/status/1827493996811166045) mentioning the project and maintainer to increase visibility and hopefully get a response. Feel free to comment and express your opinions.
I'm still having this issue in react-native 0.72.6.
> Solution using useRef: > > ``` > const canMomentum = React.useRef(false); > > const onMomentumScrollBegin = () => { > canMomentum.current = true; > }; > > const onMomentumScrollEnd...
looks like this is fixed, should probably be closed. tested on expo 52 https://snack.expo.dev/@hichem_fantar/onmomentumscrollend-example
actually it seems the behavior isn't consistent between android and ios. on android it works when you flick and release, it also works when you scroll and hold thereby controlling...