Results 50 issues of Marko Kocić

After starting application in Android it fails with the following message: ``` ReferenceError: Property 'Long' doesn't exist, js engine: hermes ``` Full log: ``` $ npx react-native log-android info Starting...

Configure shadow-cljs to read dependeny information from deps.edn

I followed instructions to set up `re-frisk-rn` but in both cases I get only to the opening web page that doesn't provide any information about app-db, events or anything. I'm...

Why are components imported from the original "react-native" package split between multiple Clojurescript packages? It's just me, but I found the old way where you only needed to import `steroid.rn.core`...

Hi, I succeeded building go-fltk and examples on windows box by slightly tweaking the makefile, but when I try to run examle I get the following panic error. ``` c:\development\cvstree\go-fltk\examples>hello...

In multi module maven project that is stored in one Git repo it would be helpful to be able to get version number / build number based of the last...

feature

I have the following in my config where is `gnu` defined to point to gnu elpa repository. (use-package org :pin gnu) Expected result: `org-mode` is installed and loaded from the...

moreinfo

I posted this first in [Stackoverflow](https://stackoverflow.com/questions/61119948/reagent-performance-issue-when-passing-atom-as-a-function-parameter), but it could actually be a reagent bug. I work on the react-native application using Clojurescript, latest re-frame and latest reagent. I have one...

documentation

It would be nice if clj-suitable supported to have completion for Javascript libraries that are already installed in projects node_modules project. `shadow-cljs` already supports requiring those libraries and using them...

In my personal workflow, I treat transactions with `*` as pending, and without as cleared, opposite from ledger defaults. Is it possible to configure ledger-mode to invert font-faces used in...