evbo
evbo
Thank you for this great tool. I'm wondering if it's reasonable to implement a feature that will allow for reading password protected encrypted credentials files for the long-term keys? The...
Hi, Is it possible to unmarshall generic types? Here I've reproduced an example that fails to compile due to: ``` Error:(28, 88) could not find implicit value for parameter um:...
I see you're writing to an "Atlas" but I'm a total newcomer to rendering and was wondering if this means the atlas is a construct for the GPU (WebGL) processing...
### What did you do? build ### What did you expect to see? successful build master branch ### What did you see instead? See log error ### DB4S Version 3.12.99...
## Specific Demand Two best use cases for appimages I can think of: 1. Imagine corporations with internal IT systems that don't permit you to install a thing; an environment...
- [x] I am using the latest release of AWS Vault - [x] I have provided my `.aws/config` (redacted if necessary) - [x] I have provided the debug output using...
Hi, I'm trying to support offline, _legal_ access to google maps (for several hours at a time due to poor internet access). I see this library [caches map tiles and...
Just getting started learning about quixote and I'm not seeing examples for testing keyframes of css animations. Animations I know would be quite challenging to unit test, there'd need to...
Lalrpop is code generated, so naturally that begs a few questions?: - How does one profile Lalrpop reliably? - What are recommended best practices for optimum speed?: - Smaller tokens...
## Compiler version Scala 3.2.0 RC-2 and RC-1 ## Minimized code https://scastie.scala-lang.org/W2mz3ejSTOOIOkuUzHC6Tg ```scala //> using scala "3.2.0-RC2" //> using platform "scala-js" import scala.scalajs.js sealed trait Foo[T] given Foo[Int] with {}...