Andy Li
Andy Li
I would like to skip Proguard to accelerate the debug cycle. I've try setting `useProguard in Android := false` in `build.scala`, but after that, cleaned, recompiled the project, the program...
Thanks for the dataset, its very useful. I would like to recommend uploading the dataset to [Academic Torrents](http://academictorrents.com/), such that we can download it much faster.
``` $ dbmate dump Error: pg_dump: error: query failed: ERROR: column "x.tableoid" does not exist pg_dump: error: query was: SELECT x.tableoid, x.oid, x.extname, n.nspname, x.extrelocatable, x.extversion, x.extconfig, x.extcondition FROM pg_extension...
migrate pcre
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000117
With the Earthfile as follows: ```Earthfile VERSION 0.6 FROM ubuntu:jammy RUN apt-get update RUN apt-get -yqq install --no-install-recommends curl gpg ca-certificates ARG TARGETARCH test-moby: RUN curl -sSL "https://packages.microsoft.com/keys/microsoft.asc" | gpg...
Fedora is fine with using the existing scripts (common-redhat and docker-redhat), with a simple fix in docker-redhat.sh.
I would like to use linebreaks as Array separator character for a cell containing URLs since it display more nicely in Google sheets. I tried but I cannot figure out...
### Current Terraform and Cloudflare provider version N/A ### Description Would be nice to have resources for managing [R2](https://developers.cloudflare.com/r2/) buckets. ### Use cases To manage everything in Terraform. ### Potential...
Here is a docx file with content `Abc👈 def`: [test.docx](https://github.com/dbashford/textract/files/5316561/test.docx) textract output: ``` $ npx textract test.docx Abc def ```
I tried to generate extern for fastify by ``` npx dts2hx fastify --output lib/dts2hx ``` It outputted a bunch of errors: ``` > Converting module fastify > Error: [TypeScript 3.7]...