-
## Why?
**tl;dr;** unless you have a 52MB/s internet connection, xz is probably faster, but my math should be checked!
The statistics here are operating over the entirety of crates.io at this time, …
-
# HotChocolate.Types.Patch
> This proposal is very **Work In Progress**
## Introduction
A common thing of every application is partial updates of objects. Using GraphQL you can only create pa…
-
See https://github.com/jump-dev/JuMP.jl/pull/3769#discussion_r1628485443
## Problem
Consider:
```julia
model = Model();
@variable(model, x[1:2, 1:2])
@constraint(model, x >= 0)
```
Does th…
-
### Overview
We need to create a guide for a UX Researcher's Glossary so that new UX Researchers at Hack for LA can quickly become familiar with the most common terminology
### Action Items
The p…
-
Was surprised it's missing, really useful function, something like
```
groupby(f, list::Array) = begin
foldl(list; init = Dict()) do dict, v
push!(get!(dict, f(v), []), v)
dict
en…
-
see also: #92 debunked "double hump"
---
in https://www.nature.com/news/how-to-raise-a-genius-lessons-from-a-45-year-study-of-super-smart-children-1.20537:
> what has become clear is how much…
-
## Observed behavior
For large deployments of OTP the travel search can be slow. For deployments of the size of Germany or the combined Nordic countries(Finland, Sweden, Denmark and Norway) it take…
-
@shelby3
@keean
How does your future language handle errors?
What do you prefer:
1.) Error handling over return types ala Rust/Haskell/SML/Ocaml
2.) Error handling over an Exception System a…
-
Hello everyone,
I was unsure whether to open an issue for this and have been searching for documentation about this feature but couldn’t find it anywhere, apologies if I overlooked something.
I …
-
[Section 3.7.4](https://specification.modelica.org/master/operators-and-expressions.html#derivative-and-special-purpose-operators-with-function-syntax) defines the `delay()` operator as follows:
> …