duke

Results 21 comments of duke

[nvidia-grid-k520-aws-g2.zip](https://github.com/CNugteren/CLBlast/files/291871/nvidia-grid-k520-aws-g2.zip) See details https://github.com/CNugteren/CLBlast/issues/61

This one throws the same exception type, but different stack trace. ``` (defproject pulsar-example "0.1.0-SNAPSHOT" :description "a sample project using Pulsar" :url "https://github.com/yogthos/pulsar-example" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}...

using https repository url worked for me (even without any .ssh keys). kit.edn ``` {:full-name "kit/guestbook" :ns-name "kit.guestbook" :sanitized "kit/guestbook" :name "guestbook" :modules {:root "modules" :repositories [{:url "https://github.com/kit-clj/modules.git" :tag "master"...

Ok, only in src/*.html are broken. For examples, `` to `

Unless the app uses GUI, a simple workaround is "-Djava.awt.headless=true".

I haven't tried it. Something like this (maybe a better syntax without yaml's implicit override) ``` Person: product: &person name: String age: Int Employee: product:

Domain doesn't seem parse this (valid) yaml syntax. ``` declare (Just (False, True)) stdDeriver [schema| Person: product: &person name: String age: Int Employee: product:

These records behave more like structural subtyping (instead of inherence) using https://www.stackage.org/haddock/nightly-2021-03-05/generic-optics-2.0.0.0/Data-Generics-Product-Subtype.html. Think about it be more. I agree with you it's not worth it to add such complication in...

Looking at https://github.com/Olical/conjure/blob/0be93ef60f075a247bb5de9e29d447dc8a888ff0/fnl/conjure/client/fennel/aniseed.fnl#L233 Conjure aniseed client has its own completion implementation. I haven't figured out why it behaves as above. I'm thinking it's probably better to use fennel repl built-in...

I can't reproduce with calva 2.0.143 + clojure-lsp 2020.12.31-17.22.22 on windows anymore. It's a low priority.