sveri

Results 10 issues of sveri

As there is no official discord or forum linked I hope it's fine to ask here. I am trying to write a grammar for parsing flix and slowly get the...

I'm using android with flutter 1.7.8 and uni_links 0.2.0. I added an intent to my android manifest to register deep links: Now when I test this by using the adb...

I have the following code: ```nim proc startAsyncServer() = ... proc run*() = for i in 0 ..< numberCores: createThread[void](threads[i], startAsyncServer) ... ``` the `startAsyncServer` proc is reported as unused:...

It would be helpful if your readme would contain a section about the benchmark scope. In it's current state the scope is very minimal (it seems like the benchmark only...

Hi, I just added garden-watcher as a component to my system-map, got everything setup but on system start I get this error message: (start-dev-system) Garden: compiling #'de.sveri.estar.styles/main Wrote: resources/public/css/main.css Garden:...

Adding the following entries to shiro.ini: [main] sha256Matcher = org.apache.shiro.authc.credential.HashedCredentialsMatcher sha256Matcher.hashAlgorithmName=SHA-256 iniRealm.credentialsMatcher = $sha256Matcher results in the following error: java.lang.NoClassDefFoundError: org/apache/commons/collections/FastHashMap Adding the following dependencies to build.sbt resolves that one:...

Hi, I recently opened an issue for transit-clj regarding Umlauts. However, discussing the problem it seems that transit itself can handle them, but somehow in my usecase they were not...

Hi, This is not really an issue but more a request for clarification if you want to. How does your library differ regarding functionality and goals from reagent and om?...

Reading through TerrariaClone.java I saw that there are actually method names like: `loadBlock`, `createWorldContainer`, `loadWorld` and some more that are easy to understand and have meaning. For consistency I would...

Hi, I am using joplin and also do so in my integration tests. The problem with this is, that the console is cluttered with joplins println statements and it is...