Jon

Results 24 issues of Jon

I've run into this a few times now. Using `Repo.get` with a query passed to it ignores everything about the query except for the preloads. For example: ```crystal Repo.get(Session, session_id,...

(Sorry I don't have time to reduce this or find the root cause at the moment.) I seem to have hit an interesting case in how query strings are generated...

(sorry for making a bunch of new issues and not doing anything to solve them yet. I'll get there, I promise) UUIDs are commonly used as primary keys in large...

Kind of expanding from #208 / #210, I'd like to be able to use validations at the changeset level rather than at the model level. For example: ```crystal class Accounts...

As the projects that I'm working on grow in size, compile times are growing upwards of 10 seconds, which makes me really glad to have sentry running to save as...

Something that I think a lot of big languages today are missing is Date literals. [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) provides an un-ambiguous syntax for specifying dates, though the individual components of the...

syntax
feature-request

The `Installation` section covers installation instructions for end users of Myst, but there's no documentation on how to set up the development environment to be able to contribute to Myst...

docs
docs.guides

Regex literals are an important part of modern scripting languages. Having a concise syntax for instantiating patterns and performing matches is important. For actually performing matches, I think using the...

syntax
feature-request

The old `MYST_PATH` that allowed multiple paths similar to `$PATH` has been removed in favor of `MYST_HOME`, which _should_ always point to the install location of the currently-active version of...

I'm pretty sure that `SimpleAssign` is only created when the left-hand side is a `StaticAssignable` (e.g., `Var`, `Const`, or `Underscore`). If the target is a pattern, then it becomes a...

semantics
good first issue
semantics.parser