akxcv

Results 12 issues of akxcv

Hi everyone! I'm looking for someone willing to actively maintain Vuera. This project was fun to write, but I haven't used it all that much. Frankly, I haven't used this...

A lot of development dependencies, such as Babel, were way outdated. I am also trying to reproduce issues with React hooks, as described in #101 and #122.

During vuera's existence, there were many issues where people had different hard-to-debug problems trying to get vuera running. I think it would be helpful if there were an example application...

help wanted
good first issue

Currently, all test and library code gets transpiled to ES5 before running. This may cause issues as we don't properly test vuera's behaviour on ES6.

enhancement

I'm eager to optimise this library, to make it perform as fast as possible, and I already have some thoughts about how to do that. Before optimising anything, though, it's...

help wanted
good first issue

Hi! It would be awesome if this gem supported not only ActiveRecord, but Sequel, too. I fiddled around with it the other day and it seems that providing Sequel support...

help wanted

**I'm submitting a ...** (check one with "x") ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support...

Closes #148. Now, Surrealist has two type systems out of the box: `Surrealist::TypeSystems::Builtin` and `Surrealist::TypeSystems::DryTypes`. Every type system has its own type-checking strategy, error reporting strategy, and coercion strategy. Error...

It would be nice if Surrealist supported plug-ins for type systems like [thy](https://github.com/akxcv/thy). Perpahs to achieve this more cleanly (and to make type systems uniform within Surrealist), it's a good...

Config. Defined as a class. Used as an instance. Lazy instantiation. Validation layer. Thread-safe. Support for YAML, TOML, JSON, __END__, ENV. Extremely simple to define. Extremely simple to use. #...