Peter Schmidt

Results 8 issues of Peter Schmidt

## Expected Behavior ``` # Expected - Python 3.7.3 >>> print(pow(0.7071067811865476+0.7071067811865475j, 18446744073709551616)) (0.5092909260061389+0.8605944182295221j) ``` ## Current Behavior ``` # Batavia (testserver demo - copy/paste and run) print(pow(0.7071067811865476+0.7071067811865475j, 18446744073709551616)) (0.7531061966369503+0.6578989714135652j) ```...

This PR builds on #819, specifically it: - resolves the merge conflicts with master - fixes some typos - adds some links, especially to the `builtins` guide - migrates the...

Hello @jasonkuhrt and react-popover users, It [looks like](https://github.com/jasonkuhrt/react-popover/pulls?q=is%3Apr+is%3Aclosed) the last successful merge was https://github.com/jasonkuhrt/react-popover/pull/183 over 3 years ago, however this package in the last 7 days had over 32k [npm...

If it is abandoned, it'd be nice if @dergachev or anyone else with access [archived this repo](https://github.blog/2017-11-08-archiving-repositories/). For anyone else who used to use `screengif` (for years in my case),...

Tested on macOS 10.15.4 Catalina. Also changes the Google Code link to Sourceforge, which resolves #51 Redone as per #54

### Expected Behaviour The [... ui.frontend.../package.json](https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/ui.frontend.general/package.json) file (ideally after generation) has a valid `"license"` key according to the npm documentation https://docs.npmjs.com/cli/v10/configuring-npm/package-json#license For example, could it be one of the following?...

This isn't a bug, it's a question. Has anyone attempted to run this with [AEM as a Cloud Service](https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/overview/introduction) (e.g. [downloads](https://experience.adobe.com/#/downloads) for those with access) and if so, how did...

Hello there. On Ubuntu Linux 18.04, I have `java -jar GameController.jar` working on master, but not the TeamCommunicationMonitor, it just exits. Any ideas? ``` pzrq@rbox:~/Projects/GameController$ cd bin pzrq@rbox:~/Projects/GameController/bin$ java -jar...