Martynas M

Results 57 comments of Martynas M

I found your issue on clojure reddit: https://www.reddit.com/r/Clojure/comments/tykor2/malli_schema_questions/ The guy answered most of your questions. I'm not sure what you're trying to do here. If you're out of luck when...

My emulator (API 30) works and displays a fake call but I have a problem when using my real device. I use HTC Honor 8. I thought it was a...

It doesn't need to be out of the box. There could be a yes/no prompt or a variable to add the source jars if needed. If some people will want...

For me the issue was somehow resolved by installing not the newest but older version of the osxFUSE package. Current newest version is 4.4.1 and I installed 4.1.2 (because this...

I added PR https://github.com/oxalorg/4ever-clojure/pull/62 to cap the width of the modal and now it looks like this (rough for the long problems but it's at least something): ![image](https://user-images.githubusercontent.com/1641263/183351555-cc277748-f5be-4d48-84de-3d91ce046e18.png)

Your comment is ambiguous. I think that there should be a button to evaluate and to "attempt". And I don't think that those buttons should show any modals. But if...

Alright. Well if he decides to keep the modal then I think my PR should be merged.

And long time ago on 4clojure I was solving large problems on mobile too. And on mobile I was doing this: ``` (fn [inputs] (letfn [my functions] (->> inputs fn1...

I think that instead of forcing parens I would prefer something like this highlighting (this is inside my nvim and I don't know if there is something usable for CLJS):...

I already did what you described (unfortunately the `connected?` function was private so I copied the code): https://github.com/Invertisment/conjure-clj-additions/blob/master/fnl/conjure-clj-additions/additional-fns.fnl#L47-L52 https://github.com/Invertisment/conjure-clj-additions/blob/master/fnl/conjure-clj-additions/additional-fns.fnl#L55-L56 Even the timer: https://github.com/Invertisment/conjure-clj-additions/blob/master/fnl/conjure-clj-additions/load-util.fnl#L8-L24 The only problematic thing is that sometimes...