ioleo

Results 43 comments of ioleo

Worked for me, using scalajs-bundler `0.21.1`: ```scala // webpack config webpack / version := "5.88.2", webpackCliVersion := "5.1.4", startWebpackDevServer / version := "4.15.1", ```

any news on that?

For now I'm using ```scala import cats.Show import monix.newtypes.* given newtypesGet[T, S](using B: HasBuilder.Aux[T, S], G: Get[S], V: Show[S] ): Get[T] = G.temap(s => B.build(s).left.map(ex => s"Invalid ${ex.message.fold("")(m => s"...

Any hints (options) on ds4drv that could possibly make Kodi not crash? Eg. some "safe mode" or "emulate xbox controller"?

I'll test this weekend with new Kodi version.

I've got GOW 0.8. The installer did not add `etc` directory. Without it no bash scripts were working.

Ok, can we have it under another name, like `linux_time`? If someone does not care/use the windows `time` command, that person can always: - add GOW `bin` dir on top...

Could this possibly be caused by cache:clear not removeing all files in cache before cache warmer kicks in?

Is there a workaround to allow any size data:image blocks? I have a size check on the whole payload of HTTP request, so I don't need to check individual properties...