Solomon White

Results 30 comments of Solomon White

I pushed up a [lazy-resolver](https://github.com/rubysolo/dentaku/tree/lazy-resolver) branch, can you take a look and see if this would work for your use case? (updated to fix branch reference) 😊

Currently, Dentaku reads arithmetic operands as `BigDecimal`, but then converts to integer if the fractional part is zero. This is a little surprising though -- when I have a chance,...

The language is roughly modeled around the Excel formula language, so I would expect it to look more like `TRIM(variable) = ''` or `BLANK(variable)` or `IS_BLANK(variable)`. I would consider one...

`nil` isn't a keyword inside Dentaku, so you'd probably have to set a variable to nil and pass that in: ``` ruby c.evaluate("BLANK(foo)", foo: nil) ```

FWIW, here's how I currently detect a drop (inside the drag message handler of my update function): ```elm let pre = system.info model.drag ( dnd, items ) = system.update msg...

I'd like to help test these out -- especially the formatter. I could not get the release binaries to work, so I built locally. My naive approach was to just...

https://gist.github.com/rubysolo/cf2c65d8d69db427fbeaa6999644b019

That sounds like a good plan! Do you already have a strategy in mind for Erlang tests? I could probably help with writing/maintaining some equivalent Elixir tests, if that would...

Closing this for now, please reopen if there's still an issue.

We experienced this same issue. Here's the output of `rebar3 report compile`: Rebar report ``` 91294718bd8b:/app# /root/.mix/elixir/1-15/rebar3 report compile Rebar3 report version 3.22.0 generated at 2023-06-30T21:48:45+00:00 ================= Please submit this...