Ada Lyons

Results 43 issues of Ada Lyons

The only example is incredibly barebones and doesn't even begin to touch on what this library can do. The documentation is all incredibly isolated snippets. Can we get some basic...

Hello! While trying to follow your project's guides I find that not having the frontend/backend guides converge is a bit of a misstep. The frontend guide should really end with...

Documentation

I've been experimenting with HA on a Raspberry Pi and while using wired Ethernet would be the best choice in the long term, using something like [Comitup](https://github.com/davesteele/comitup) would have vastly...

enhancement

Based off of one of the examples, I'm building the Docker file like so: ```scala docker / dockerfile := { val artifact:File = assembly.value val depsArtifact:File = assemblyPackageDependency.value val jarTarget...

I just ran into a silly PEBKAC problem. I have a template file that I've named `scala.sc` and when trying to use ammonite from the command line I ran into...

Support for Environment Variables! Admittedly done without checking in with the WASI spec first as it was originally intended as a way of learning about this repo's layout. If there's...

Following the examples in the readme but using my own input set results in the script just..ending after 24 completed epochs. No output or errors. ``` Epoch 24/100 123/123 [==============================]...

```rust error[E0107]: wrong number of type arguments: expected 1, found 2 --> src/day3.rs:101:1 | 101 | #[aoc(day3,part1)] | ^^^^^^^^^^^^^^^^^^ unexpected type argument ``` I've started running into this issue now...

I've been trying to get a simple text generator similar to the result in this blog post: [http://karpathy.github.io/2015/05/21/rnn-effectiveness/](url). Is there anyone who can come up with an example of doing...

**Description** I have a bug in one of my migrations (that's another issue entirely), but it's causing `cargo loco db migrate` to fail silently. **To Reproduce** Starting from the REST...