Scott Olsen
Scott Olsen
Currently, we only store the outer shell of polygons in the local database, but our model supports polygons with holes. We'll need to write the hole rings to the database...
Currently, we only support numbers of type Double. We should also provide the ability to limit input to integers and other (if desired) other bases.
@gino-m proposed adding an RX converter called `handleErrors` that would effectively serve the role of `doOnError`, `onErrorReturn`, and friends and do the following: 1. Catch an error emitted by a...
- clarify the key differences between scope functions (passing the context object as receiver or argument) - apply minor grammatical improvements throughout - add additional links where relevant - add...
C:\Users\marti\tmp\Carp>carp examples\game_of_life.carp -x I encountered an error when emitting code: I found an ambiguous symbol set-render-draw-color at line 52, column 8 in 'C:/Users/marti/tmp/Carp/examples/game_of_life.carp' Possibilities: SDL.set-render-draw-color SDL.set-render-draw-color SDL.set-render-draw-color SDL.set-render-draw-color All possibilities...
This PR changes the behavior of the project flag setting dynamic functions. Instead of appending a single string to the flagset, they now take a list of strings, which serve...
I'd like to use carp to generate some embedded code. This issue just tracks some quality of life improvements that I think would make that easier: 1. Don't define Array/Box...
When lambdas close over some external environment variable, if that variable is a linear value, their environment becomes the owner of the captured value and the value will be freed...
Currently we pattern match against `XObj` nearly everywhere throughout the codebase. This abundance of pattern matching and the ubiquity of `XObj` comes with pros and cons: *Pros*: - Pattern matching...
Updates the parser to support natural language weekday filters such as "mon", "fri" etc.