Martin Ashby

Results 16 issues of Martin Ashby

## Lapce Version 0.3.0 _built from source_ ## System information ``` martin@martin-pinebook ~/d/lapce ((v0.3.0))> uname -a Linux martin-pinebook 6.5.3-1-MANJARO-ARM #1 SMP PREEMPT Fri Sep 15 12:28:28 UTC 2023 aarch64 GNU/Linux...

C-bug
C-crash 💥

Unfortunately, the Intellij plugin for teamcity only offers a username / password authentication ![image](https://user-images.githubusercontent.com/1760515/57856412-e208ff00-77e4-11e9-97bb-037fbf3e3d91.png) Is there some way I can use this with TC oauth plugin?

What: Some kind of automation which generates a new page with the appropriate frontmatter populated. Similar to `hugo new` Why: There's a little bit of tedious copy+paste when writing a...

* What problem are you trying to solve? I'm trying to use nexus as a cache/proxy in front of a private google artifact registry. In order to pull from artifact...

enhancement

Google auth will use Google Application Default Credentials present in the environment to add a Bearer token to HTTP requests. This allows nexus to be configured on supported environments for...

**Describe the issue** In order to use an http proxy with HAPI; one has to supply the proxy details to the FhirContext, e.g. ``` var ctx = FhirContext.forDstu3(); ctx.getRestfulClientFactory().setProxy("myProxyHost", 1234);...