-
Question here... we've got an independent Roku library that we are compiling with the brightscript compiler. Unfortunately this has some legacy .brs files in it, and those `.brs` files are calling `bs…
-
Since `secretion(X)` auto-expands to `translocation(X, fromLoc(GO:intracellular), toLoc(GO:"extracellular space"))`, there should be another automatic `translocation()` called `absorption(X)` that is …
-
### Background
When doing joins, I usually encounter cases where I want to join through a label that has different names on each side. For example, suppose I have:
- A `container_fs_reads_tota…
-
With ES2015 array destructuring, I find that `let [lastItem] = arr.slice(-1)` is a nice way to access the last item. It is hard to make a mistake with this syntax, which I think defeats all the reason…
-
Currently it is possible to declare a choice like:
```
c : choice a b.
```
a and b are unit features that are declared automagically.
This works well if the source code is not broken but e.g. …
-
I recently updated DMP OPIDoR to Rails 7 & Ruby 3.1.
The upgrade has been fairly easy, the most notable changes coming from Ruby 3.1. I'll send a PR for this update.
https://www.ruby-lang.org/en…
-
Hi team!
I suppose almost everyone use `new` and `serialized_json` at the same time, so I suggest that FastJsonapi::ObjectSerializer should have `render`, which is syntax sugar of `.new(args).seriali…
-
It would be nice if we could import files in grain as just raw bytes at compile time.
Zig seems todo this with `comptime` and it is just a function `@embedFile` https://ziglang.org/documentation/m…
-
The `textarea` could utilize the [Monaco](https://github.com/microsoft/monaco-editor) editor to provide syntax highlighting and "normal" text editor features for request JSON (or other languages).
…
-
Can I propose a sugared syntax for defining a function containing only shell commands. Currently we have this:
```hush
function foo()
return {
# shell commands only
}
end
```
I think …