Kosyrev Serge
Kosyrev Serge
```haskell nix-detect-vendor-gl.sh :: IO (VendorGLKind, VendorGLVersion) nix-install-vendor-gl.sh :: (VendorGLKind, VendorGLVersion) -> IO () ``` The analysis part can be factored into a third part.
Despite having https://github.com/deepfire/nix-install-vendor-gl/blob/master/nix-install-vendor-gl.sh#L408, it appears the error-sensitivity remains in force. The consequences are that, whenever _anything_ returns non-zero status during interactive usage -> the shell exits.
The functions listed in https://github.com/deepfire/nix-install-vendor-gl/blob/master/nix-install-vendor-gl.sh#L7 need to be implemented for the AMD driver stack.
The functions listed in https://github.com/deepfire/nix-install-vendor-gl/blob/master/nix-install-vendor-gl.sh#L7 need to be implemented for the Intel driver stack.
I've struggled to make a pair of environments that would extend `Row` and `Cell` environments, but also employing `\lrbox` (aka LaTeX's `\savebox`) for the `Cell` contents. I have tried multiple...
RTView
What? (Business hypothesis) --- The RTView cluster performance web dashboard -- now integrated into `cardano-tracer`. Why? (Drivers) --- 1. RTView aims to be easy to set up than classic Grafana-based...
# Description First step in block propagation incrementalisation -- height-centric block store data type. # Checklist - [ ] Commit sequence broadly makes sense and commits have useful messages -...
* Extend `textInput`, `TextInput` and `TextInputConfig`. * Expose the current input position. * Give the user control over input event interpretation. * Allow the now-exposed input interpreter signal input errors....
This one does terminate, as expected: ```haskell mainWidget $ getPostBuild >>= delay 1 ``` ..but neither of the following do: ```haskell mainWidget getPostBuild mainWidget now ```
The following is not a causality loop: ```haskell displayHeight >>= sample . current ``` ..but this one is: ```haskell tile (fixed 1) $ displayHeight >>= sample . current ``` I...