Mads M. Jensen
Mads M. Jensen
When reading the concurrency section on fibers I had some trouble understanding why `fiber.reset()` and `fiber.status()` was called in example only defining a fiber called `task`. After reading through some...
This PR adds a function that converts a value into a list of values with differing units. It aims to provide the functionality requested in #364, in a way that...
I recently encountered a an error message that asserted that two identically printed values were not the same. I know this is due to floating point numbers being imperfect representations,...
**Description:** This PR adds a dark theme to the editor and makes the editor and results elements share a common scrollbar. There is still quite a bit of hacky stuff...
I have continued working on the list representation of mixed units and came upon this odd behavior. In my function, inside an if expression, calling a function with two arguments...
Currently the backslash character wrongly escapes the color coding in the web interface. It can create confusion when a string of seemingly random text is included in the error message,...
Following a discussion in the Discord it was decided to move towards aligning string escape sequences with python f-strings. This PR is a step in that direction by following the...
This PR aims at supporting arbitrary strings inside string interpolations. Progress on this so far: - [X] Support fixed strings in interpolations - [X] Support interpolated strings inside interpolations -...
Following discussion in #261, it was decided to move discussion about lambdas to a separate issue. There are a few unknowns still in regards to the implementation and syntax. The...
_**edit:** @Bzero has explained how it is currently possible to have cyclical dependencies in certain situations. Due to how error prone and messy it is likely to become, I think...