Alex Riedler
Alex Riedler
I am submitting this issue to promote discussion... Mainly wondering if it would make more sense to build a more generic Adapter interface for various libv8/javascript rendered asset pipelines (e.g....
Taking some ideas from: [gulp-asset](https://github.com/inlight-media/gulp-asset) which combines a bunch of things into one... 1. Prefix's for searched terms match all starting with the scheme `asset` (could just be a string...
Due to caching of files (and their contents) it has to contain the entire streams of all the files that will need to be replaced; This results sometimes in building...
It would be awesome if we could have an authenticated session; and print password. My use case is the following: my .bashrc file grabs various ENV variables eg. AWS_SECRET_PASSWORD from...
Once you do a logger.reset when its a File Logger, the `@io` variable gets set to `nil` and the file is never re-opened... Not sure what the intended behaviour should...
**Describe the bug** I am doing an upgrade from v6 to v7, and noticing verifying the integrity of the upgrade before applying it to production. On v6.0.24 after performing a...
Issue: when we use sapper.scripts for injection (changed from sapper.main) we now no longer have access to inject nonce for scripts; maybe there is a better way to do this?...
- Uuid are converted to Value::String by default, instead of Value::Uuid Not sure if there is another way to complete this, I am relatively new to Rust so don't quite...
I work a fair bit with logical types, and noticed we could probably increase support a fair bit by adding precision and scale to our decoded logical types (or even...
Given the simple example as provided in the documentation provided (see https://www.ktorm.org/en/query.html) ```kt val query = database.from(Employees).select() query .map { row -> Emp(row[Employees.id], row[Employees.name], row[Employees.salary]) } ``` this will actually...