Quest Yarbrough

Results 20 comments of Quest Yarbrough

Workaround available for M1 Macs -- see my full comment, but excerpt is below https://github.com/puppeteer/puppeteer/issues/5662 > I ended up patching the os.arch() at the following path, `homebrew/lib/node_modules/roam-research-private-api/node_modules/puppeteer/lib/cjs/puppeteer/node/Launcher.js` ``` chromeExecutable =...

~~Just ran into this today. It seems like the "several examples searches pre-configured" (per README) work out of the box, but **only after you type `searchio` & hit Enter for...

``` liquibase.exception.UnknownChangelogFormatException: Cannot find parser that supports changelogmssql.json at liquibase.parser.ChangeLogParserFactory.getParser(ChangeLogParserFactory.java:55) at liquibase.Liquibase.getDatabaseChangeLog(Liquibase.java:376) at liquibase.Liquibase.validate(Liquibase.java:2245) ``` It took a day of debugging to reach this thread. We use Liquibase via the...

Was about to open a bug report in the asdf main repo but found this thread. Included report below. --- I'm trying to troubleshoot why Kubectl plugin is "installing" but...

I worked around this, but do not currently have time to submit a patch. I'd like to document the problem though: In `lein-ns-dep-graph`'s project.clj, it lists `[org.clojure/tools.namespace "0.3.0-alpha3"]`. This specific...

@eskemojoe007 Unfortunately I ran into the same behavior on a repo today & some fiddling with the `tools.namespace` dependency wasn't able to fix it. There's a promising option for `deps.edn`...

@metasoarous Do you have any other details on what broke? A basic `pull` test works, but I don't have any advanced usage to check against. ```clj (deftest test-basic-pull-reaction (testing "Basic...

I'll start work on the Win-API side of this tomorrow. I have `setTitlebarVisible` implemented, will take inventory & code the remaining FNs from https://github.com/HumbleUI/JWM/issues/75#issuecomment-1009146537 , except for the `DragRegion` functions...

Possibly related -- I see that Clojure preformatted `src` blocks via ``` are also rendering with wrong colors? ![Screen Shot 2021-12-27 at 2 42 34 PM](https://user-images.githubusercontent.com/1403153/147511810-c5b275a6-a9e5-4ce4-8c44-d6d7223ece72.png) Also using MacOS darkmode.

I'm working on this now as part of #286 -- it might take me some days to get the PR ready, but this local code seems to work. ```c RECT...