Martin Janiczek
Martin Janiczek
I was using `x86_64-darwin` binaries via Rosetta until yesterday. They work fine! (Provided you have Rosetta 2 installed, which is a reasonable requirement for dev tooling) It will probably be...
> In fact, I think behavior might be nicer if Elm-pair waited until you were 'done' with your change, and then performed the rename in one go. I was thinking...
There was a beginner on the Elm Slack playing with a Playground example. They wanted to add some debugging info (x, y position) to their game (a circle moving using...
@cedric-h Hi! The editor from elm-browser lives standalone in https://github.com/Janiczek/elm-editor 🙂
Ooh, shiny! I'll mull that over and do some research, thanks! :)
Another example: ```elm (if flags.can PurchaseBundles then (::) Store.UserSettings.fetchBundles else identity ) [ Store.UserSettings.fetchCreditCard , Store.UserSettings.fetchCountries , Store.UserSettings.fetchReceipts 1 ] ```
Prior art: - http://www.cplusplus.com/reference/ctime/strftime/ - http://php.net/manual/en/function.strftime.php These don't have space-padded or non-padded month numbers. But there's Ruby: - https://apidock.com/ruby/DateTime/strftime which allows for `%-m`. ``` - don't pad a numerical output....
From looking at [the source](https://github.com/markmandel/brute/blob/develop/src/brute/entity.cljc#L75-L80), it seems the best way is getting entities for all the components you want, and then intersecting the results. (ie. use `get-all-entities-with-component` and `clojure.set/intersection`)
Happens to me too. Screenshot:  On the right there's the input for fzy. On the top left, you can see the Vim integration in `.vimrc` On the bottom left,...