Joshua Chia
Joshua Chia
The latest sdl2 version has a fix for the alignment-related crash previously encountered under GHC 9.2.3. AFAICT, examples like generative, opengl, ticker & todo work fine when built with stack-9.2.3.yaml.
@hccho2 Would your changes have better visibility if added to this repo with a PR?
The name `skip` is now taken. http://hackage.haskell.org/package/turtle-1.5.21/docs/Turtle-Pattern.html#v:skip Perhaps `shellDrop`, `dropShell` or `discard`?
> `https://github.com/mbusb/multibootusb/blob/master/data/tools/gptmbr.bin` > > and saving in under > > `/usr/share/multibootusb/data/tools` On a variant of Ubuntu 18.10, this allowed the USB writing to continue, but the resulting multi-USB couldn't boot....
"Salvage some usability" is not meant as a characterization of the current general usability or lack thereof, but specific to the actual problematic cases that exist because of the changes...
An ASCII delimiter in the undecoded ByteString corresponds a delimiter in the corresponding UTF-8-decoded Text, so under UTF-8 encoding there is no problem with making a mistake with delimiters. However,...
resourcet is untouched because of #20.
Any updates?
Have you decided what designs are acceptable, though? It seems that an interface change in `ThreadBracket` is inevitable in a new version of broadcast-extra that uses resourcet-1.3.
I think this is relevant: https://github.com/onnx/onnx/issues/6011