-
Given the relatively small size of the VerbalExpression class and its general usefulness I feel it would be easy and helpful to port it to other languages. I see that @putneyj is working on a Java ve…
-
https://github.com/supabase/realtime/issues/40#issuecomment-680699263
> Can you elaborate a bit on your particular use-case? It will help with our planning and improvements. Feel free to start a ne…
-
# What needs to be changed?
As discussed in #1769 we want to have typescript code snippets alongside the javascript one.
We want to use tabbing like the elixir/erlang documentation is doing it right…
svrnm updated
9 months ago
-
### Environment
* Edeliver version (`mix edeliver --version`): N/A
* Elixir version (`elixir -v`): 1.4.0
* Build tool and version (distillery|exrm): Distillery
* Operating system (on build / dep…
-
5: What are our teachers made of, and how can we find them
6: Work on the paper.
-
**Describe the bug**
Explicit type annotations seem to compile to the wrong Erlang code.
**To Reproduce**
```ocaml
(* example.ml *)
let f (x : int) : int = x + 1
```
compiles to:
```…
-
while the current web worker wrapper is much higher level than the gloo api, i think the callback channel semantics of `start_blocking_with_output_task` is still too low level, instead the api should …
-
Explain why this project could be useful, what could be done to improve it, and ask for feedback, suggestions, and help.
-
Extracting from #113 into its own issue.
Many people expressed a desire to add a support for new languages.
The **current story is unclear** because the list of syntaxes is coming from https://git…
-
Crystal has an great concurrency model based on Fibers and Channels, which can be used to pass messages around.
Fibers are conceptually pretty simple. If you spawn one, it takes off from the main c…