Philos Kim

Results 6 issues of Philos Kim

In `ghostwheel.edn`, I want to enable or disable only some namespaces I want to instrument. Could you tell me how to do that? If it is not implemented yet but...

The following is an svg example which is produced by pdfalto 0.3. ``` ...... ``` The svg M or L path command needs both x and y coordinates, but only...

bug
implemented

First of all, thanks a lot for your hard work! attachment: [2020.pdf](https://github.com/kermitt2/pdfalto/files/3955405/2020.pdf) Table column order is weird. I ran the command like this. ``` $ pdfalto -blocks -readingOrder 2020.pdf ```...

* malli version: 0.13.0 The following is the test example in clj. ```clj ;; malli-test/main.clj (ns malli-test.main (:require [malli.core :as m] [malli.instrument :as mi])) (m/=> power [:=> [:cat :int] [:int...

question

migratus version: 1.5.1 The following is the sample sqls in resources/migrations folder. I intentionally used incremental integers for brevity. ``` ;; resources/migrations/1-create-foo-table.up.sql CREATE TABLE IF NOT EXISTS foo(id BIGINT); ;;...

The following is my iron.lua configuration for Lazy.nvim. ``` local spec = { "Vigemus/iron.nvim", ft = { "python", "lua", "sql" }, } spec.config = function() local iron = require("iron.core") local...