Dennis Schridde

Results 161 issues of Dennis Schridde
trafficstars

Eligius does not require a password, so make it default to the same value that bfgminer uses: -1 (Eligius ignores this anyway)

``` # ./cellminer --username USER POOL_URI /usr/lib64/ruby/1.9.1/uri/common.rb:304:in `escape': undefined method `gsub' for nil:NilClass (NoMethodError) from /usr/lib64/ruby/1.9.1/uri/common.rb:623:in `escape' from /root/cellminer/bitcoin.rb:48:in `rpc_proxy' from /root/cellminer/cellminer.rb:120:in `initialize' from ./cellminer:24:in `new' from ./cellminer:24:in `' ```

The previous version with spacing on the wrong side of `` or ``, or with extraneous `` tags was hard to read and sometimes even created incorrect code, when it...

The following code: ``` clojure (defn mapify "Return a seq of maps like {:name \"Edward Cullen\" :glitter-index 10}" [rows] (map (fn [unmapped-row] (reduce (fn [row-map [vamp-key value]] (assoc row-map vamp-key...

The spacing around "—" is often badly typeset. There are also several instances with additional spacing and a prolonged dash in inline code sections that should not be there. I.e....

Sometimes the code is hard to understand, because the ➊ and ➋ line markers cause bad indention. Take for example the code after "Clojure lets you work around this apparent...

In Core Functions in Depth, you [introduce](https://github.com/flyingmachine/brave-clojure-web/blob/master/content/cftbat/core-functions-in-depth.html#L456) `lazy-seq`: ``` clojure (defn even-numbers ([] (even-numbers 0)) ([n] (cons n (lazy-seq (even-numbers (+ n 2)))))) ``` It would help the understanding, if...

The attached commit adds a test that currently produces a `nil` `:db/id`, which seems wrong. Since I do not know what the correct result should be, I am treating this...

It would be great if Laverna would support [Org mode](http://orgmode.org/) in addition to Markdown. That would for example allow [synchronising](https://github.com/orgzly/orgzly-android/issues/362) task lists with [Orgzly](http://www.orgzly.com/help#b145d21).

### Describe the bug Following the [example in the v0.65.0 release notes](https://www.nushell.sh/blog/2022-07-05-nushell-0_65.html#unification-continues-elferherrera), I tried to query the nushell SQLite history table: ``` ❯ open .config/nushell/history.sqlite3 history [table 6871 rows] sqlite_sequence...

bug