Jakub Holý

Results 90 issues of Jakub Holý

I have just downloaded my first Terraform docset, for 0.11.13. Yet when I search for the `element` function, the page displayed contains this notification: > Note: This page is about...

https://cljdoc.org/ is a popular single-source-for-all-libs documentation hub so it would be ideal if the much used clj-http showed up well there. However it [doesn't currently](https://cljdoc.org/d/clj-http/clj-http/3.10.0) because cljdoc currently only supports...

Hi! It would be awesome if bootleg also supported AsciiDoctor as the source format. I find it far superior to Markdown for technical writing, and use it successfully for my...

CljDoc build is broken b/c it cannot find snabbdom, required in core.cljs - https://app.circleci.com/pipelines/github/cljdoc/builder/24512/workflows/d7e08546-09c4-4358-a63b-18afebf13fcb/jobs/40887 This obviously broke when the patched version of the lib was interned. I am familiar with...

Hello, thank you very much for this great piece of work! I have a question: I want to allow access only for members of a particular GH Team. Is it...

enhancement

I have copied the example from https://bitworking.github.io/react-gsap/src-components-timeline#advanced-multiple-targets into a vanilla create-react-app app and it does not work, namely no animation shows up. When I click "play" in the controls, the...

An example including a table like this ``` | [ ][XXX][code][ft] | [Amount][amt] | Label | | -------------------- | :------------- | :---------------------- - | | BLFZ | 1.00 | **Varer...

(After #3 merged) If we have `resources/MySpec.md` and `resources` is the root on the classpath then there is no way to match a fixture to it because a fixture must...

Hello! I have a mystery. With :indents ^:replace {#"^\w" [[:inner 0]]} this is aligned as I want: (defn X ([args] (doit))) but if I put any line (normally I would...

It's necessary to invoke meter's `tick()` ever 5s for it to work properly right? If this is indeed the case then it should be documented in a comment in `Meter.js`...

question