Noon van der Silk

Results 54 issues of Noon van der Silk

at the moment, when i run it on a literate haskell file it fails with ``` glance-exe: fromParseResult: Parse failed at [/home/noon/dev/literate-readme/README.lhs] (9:1): Parse error: # CallStack (from HasCallStack): error,...

enhancement

with `with ls` i don't see the coloured folders. it'd be nice to somehow retain the colouring.

i tried the mafia build, but it failed immediately: ``` 08:17 PM noon ∈ grenade (master*) ♫ ./mafia INFO: No explicit mafia version requested installing latest (39ec1dff2fbc9a0dad49e26f203f696d929ad316). Building mafia-39ec1dff2fbc9a0dad49e26f203f696d929ad316 in...

### What is the expected enhancement? OpenQASM needs a logo!

on hold

![image](https://user-images.githubusercontent.com/129525/115561362-6441ae00-a2ad-11eb-8a36-483f25c9813b.png)

as-is we can save and load individual tensors it would be quite good if we could also save/load the metagraph thing, as in [python](https://github.com/tensorflow/tensorflow/blob/2eac53d5ea540b0b09326ba9330b6051d742532d/tensorflow/python/training/saver.py#L1618) this way, it would be very...

this function fails with: `numOuputs not implemented for "BiasAdd"` when you try and use it anywhere, such as ``` ... conv `TFC.biasAdd` (TF.readValue convBias) ```

it would be great to be able to chat in a notebook with whoever happens to be in there at the time. a little side-bar or something similar to google...

enhance
ipython

see http://i.imgur.com/CYYJ2T4.png can be worked around by typing `clear`

It would be really nice if, when I have orphan `type instance ...` statements, they would show up in the documentation of the file where I'm defining them. Compare: ```...