Phoscur

Results 34 issues of Phoscur

I created a new project with `ng new` and then followed the readme and used some code from the demo, now I'm getting: ``` PS C:\Projects\sitegen-test> node dist/bundle.js site is...

Hi, I've used greenlock-express in one of my previous projects, and I was hoping to use it again to get a localhost certificate for development... I had a bunch of...

A PHP centered system always renders its template into HTML, but Web 2.0 SPAs render the DOM directly in the browser. Such web applications usually consume a REST JSON API...

enhancement

Classic OGame has a system messaging system that also allow player communication, but this comes from a pre-instant-messenger-age. I think reading system messages should be easier and not require clicks....

TLDR: This issue shall be more of a collection of ideas with high risk of going offtopic than something that can actually be accomplished. There might be some minor or...

- build XLIFF from the current arrays in language/en by hand or with https://github.com/oyagev/PHP-XLIFF - check which annotations and attributes of the XLIFF format are going to be used for...

enhancement

``` v.X.Y.Z - X major version - Y minor version - Z patch/bugfix version ``` Since there is existing ugamela sourcecode has had versions up to 0.5. It would make...

enhancement

I understood this is just a basic (naive) example, but it would be great to see it working anyways! While I still need to wrap my head around how Signals...

Closes #2027 Did not have much success in easily upgrading the node-fetch dependency here, also I'm not sure how much backward compatible you want to stay..? Breaking with node.js below...

On Node.JS v21.7.1: ``` node --trace-deprecation test.js (node:43728) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. at node:punycode:3:9 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7) at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10) at...