-
``` bash
Error in ./make.cr:1: while requiring "crake/global"
require "crake/global"
^
in ./libs/crake/global.cr:5: while requiring "./crake/dsl"
require "./crake/dsl"
^
in ./libs/crake/crake/dsl.…
-
I was wondering if the new keyword arguments might be a good fit for Shoes. [Here's an experiment](https://gist.github.com/wasnotrice/5398324). What do you think? Currently, JRuby doesn't support this…
-
The problem with [`Dependencies`](https://github.com/fsprojects/Paket/blob/master/src/Paket.Core/PublicAPI.fs) is that the parameter lists grow longer and longer, as more flags are added. I'll just ad…
-
AS A Service Manager
I WANT to send files with POST request
SO THAT I could use such functionality where needed
### Acceptance Criteria
- [ ] Regular `http.post` request
- [ ] Use `contentTyp…
-
The YAMLScript compiler currently does a lot of special things mixed in with its core set of transformations.
The proposed `defys` system allows these special things to be plain hooks into a given co…
-
Dear Pike. I trust you're fine and many thanks in advance for the hard work.
could you please be so kind to help me getting PStates to work?
My kung fu hack:
> Clover Version: 4630
> SMBIOS gen…
-
## **GraphQL Document-Level Directives Proposal**
### **Introduction**
As GraphQL's popularity continues to surge, its potential extends beyond just efficient data fetching. Solutions like Apollo …
-
Add the ability to use DSL syntax when adding a filter from map layer context
Currently only KQL syntax is allowed.
For example, if i want to use script or math operations inside a filter, I am no…
-
We build our VS Code extension with our Xtext DSL. It works fine. The syntax support and code generate works fine. The only thing is, we would prefer, that the code generator should not start before t…
-
Julia 0.4 deprecated and Julia 0.5-dev made an error the `a.b` syntax:
```
julia> a .b
ERROR: syntax: space before "." not allowed in "a ."
```
It prevents me from using a "method-chaining" pattern,…