Jason Owen

Results 14 comments of Jason Owen

I was able to work out a user-defined function for parsing milliseconds-since-unix-epoch timestamps which does not lose precision, based on the existing transformation function `unix-timestamp-to-timestamptz` and using the hints in...

> Instead of doing `require('ep_etherpad-lite/foo')`, the plugin calls `ep.accessInternalEtherpadModule('foo')`. The intermediate then calls `require('./foo')` on behalf of the plugin and returns the result to the plugin. This seems like a...

This is really interesting, @rhansen! Thank you for working on this. I have some questions, now that I've reread this a few more times. It seems like there are several...

I am able to reproduce this. Create a new React app, and install this library ```sh npx create-react-app --template cra-template-typescript . npm install --save @axa-fr/react-oidc ``` Then modify `src/index.tsx`: ```diff...

Thank you, @guillaume-chervet! No apology needed; I appreciate you maintaining this wonderful tool.

@guillaume-chervet I am using Keycloak, but I was also able to reproduce it with the demo Duende server: ```diff @@ -7,9 +8,23 @@ import reportWebVitals from './reportWebVitals'; const root =...

Thank you @aleffert for the feedback!

In multi-author projects (#37), I think an author should not be able to delete the project, but can only remove themself as an author. Once all but one of the...

Consider the [`dependency-license-report` Gradle plugin](https://plugins.gradle.org/plugin/com.github.jk1.dependency-license-report); I found the report it generated to be good, but I didn't spend enough time to get that output into the application.

See also the [best practices for attribution on the Creative Commons wiki](https://wiki.creativecommons.org/wiki/Best_practices_for_attribution).