Josh Kelley

Results 36 comments of Josh Kelley

Makes sense. Thanks for the info.

Thanks for the quick reply! In case it helps, in my initial tests, I used a 78MB payload (likely unrealistic; I had grabbed the wrong test file) and saw 360...

If I understand correctly: js-joda is fairly unique in having separate data types for dates, times, and dates+times. The @date-io project doesn't seem to have any specific APIs to handle...

Thanks, @flaviendelangle. As I understand it: js-joda offers several date/time options that other libraries don't (the ability to explicitly work with dates without times, or times without dates; the ability...

@kailash360 , I'm not associated with the project, but based on [CONTRIBUTING.md](https://github.com/nodejs/nodejs.dev/blob/main/CONTRIBUTING.md), it sounds like a PR would be welcome.

In case it helps anyone: I ran into problems with click events not working in Chrome 98 on the Mac. It seemed to be a bug within Chrome, because manually...

1. Create an Angular service. Call it `LoggingService` or similar. 2. Create a structured-log logger within the logging service's constructor. 3. Inject the logging service wherever yo need logging. 4....

Apologies if I didn't explain well - this and #989 are different issues. #989 fixes an issue where ts-json-schema-generator didn't handle `typeof Foo` at all if `Foo` was an inferred...

@ibell I'm afraid I don't understand. I'm using pip to install to a Python virtual environment; the directory that I'm in doesn't matter. (At any rate, I tried changing to...

I acquired CoolProp by running `pip install`. I got 6.4.1. Here's the full output. ``` (venv) ➜ tmp MACOSX_DEPLOYMENT_TARGET=12 pip install coolprop Collecting coolprop Downloading CoolProp-6.4.1.tar.gz (12.9 MB) |████████████████████████████████| 12.9...