Function

Results 69 issues of Function

This is most likely related to #1, but i've attempted all suggestions in that issue, including everything that's in the README, and yet i still get the same error. Unfortunately...

It would be very nice if you could see the W/L ratio between two players and how many games they've played. This could either be achieved with a specific player-vs-player...

An example with `useState` and `useReplicant`: ```js const [data, setData] = React.useState(0); setData(previousData => previousData + 1); const [replicant, setReplicant] = useReplicant(0); setReplicant(previousData => previousData + 1); // this is...

We have custom shortcuts, which are amazing. But personally i only use them to make links to programs that ueli lists anyway, just with another tag or name to make...

feature request

Right now the options for execution steps are Command line tool, File path and URL. It would be great to be able to run Powershell as well in order to...

feature request