David Xia

Results 49 issues of David Xia

Thanks for this library! Right now `YAMLToJSON` prints the following YAML ```yaml t: a ``` as `{"t":"a"}`. Could you add support for printing the YAML as ```json { "t": "a"...

which includes this fix https://github.com/dropwizard/dropwizard/issues/523.

which includes this fix https://github.com/dropwizard/dropwizard/issues/523.

Test in addition to building on java 11 on Circle CI.

Thanks for creating this tool! ## environment I'm using M1 Mac, OS X 12.1, gpg 2.3.4, pinentry-mac 1.1.1.1, pinentry-touchid 0.0.2. My GPG private key is on my [Yubikey 5C NFC](https://www.yubico.com/product/yubikey-5c-nfc/)....

## Description I'd like the text to be dynamic, e.g. an updating timestamp or time since something happened. I have a [prototype here](https://github.com/manrajgrover/halo/pull/166) where users can make `text` a function...

## Description of new feature, or changes Allow text to be dynamic by providing a function like so. ```python with Halo(text=lambda: f'date {datetime.datetime.now()}'): time.sleep(100) ``` ## Checklist - [x] Your...

v1beta1 was dropped in 1.22 almost a year ago. https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/#api-changes

Is there a way to disable the various numeric base literal support added by [this commit](https://github.com/FasterXML/jackson-dataformats-text/commit/7ca2baad3cce1d6c6c8b95c5f9bbbbdeed3e4e36#diff-aab54890459ccf912fe63304ffcde5cc5a4dd6fecb795a10ec4b3e9fd56a59d8R27)? We have K8s YAML like the below. ```yaml - name: test-service-account secret: secretName: test-secrets...

yaml