Thomas Williams

Results 6 issues of Thomas Williams

Currently I have a package `@namespace/package` built using microbundle. I want to store certain functionality in a subdirectory of the package e.g. `import { ... } from "@namespace/package/subdirectory"`. An example...

question :grey_question:
discussion
documentation

### Why am I submitting this PR Following up on my suggested feature here: https://github.com/i18next/i18next-parser/issues/453 ### Does it fix an existing ticket? Yes, #453 ### Checklist - [x] only relevant...

## 🚀 Feature Proposal Add an option e.g. `ignoreContext` that causes the parser to be agnostic about contexts; neither adding, nor removing them from the locale files. ## Motivation I...

I've got as far as producing a `schema.json` file by sending an introspection query to my backend with `graphql-client`, but I want to produce a `schema.graphql` file; ~or anything that...

I use this pattern to load my config file ``` Config::builder() .add_source(File::with_name(".myconfig")) .build()? .try_deserialize::() ``` By default this only picks up a config file in the current directory, but I'm...

My server runs Ubuntu 18.04 and I'm having trouble getting my app (that uses go-sqlite) to run there. First, I had to install a newer version of glibc: ``` $...