Derrick Hammer
Derrick Hammer
Code needs to be re-factored to use the new foreman api as it is completely non-functional right now.
PANIC test to check a node js client and server with 1 simple action. Test not confirmed to be working as IDK how to test it. Copied and modified from...
The regex to clean up semi-colons does not take into account that it may be after a function call. A small sample from an already minified bundle is `break"!==n(););},Ur)`. Adding...
While Pantheon has some quirks due to their inforced git based setup, the following is a starting point for supporting it. This was developed through a client project. https://wordpress.org/plugins/pantheon-advanced-page-cache/ is...
## Bug report | Question | Answer | ------------| --------------- | PHP-Scoper version | 0.14.0 | PHP version | 7.4.14 | Platform with version | Manjaro Linux 20.2.1 | Github...
I believe I have created a solution for the tick profiling issue in PHP7. The core problem I have found with the stream wrappers is you cannot actually change the...
I would like to either see a float/decimal field or adding an option to the number field to support a decimal. Could like easily take that after and make a...
For deb/rpm systemd support would be nice. Here is a starting point: ``` [Unit] Description=Chia Farmr Monitor After=network.target StartLimitIntervalSec=0 [Service] User=root Type=simple Restart=always RestartSec=1 ExecStart=/usr/bin/farmr [Install] WantedBy=multi-user.target ```
- Add column address owner for a domain in the domain manager. - Add basic address management and labeling for addresses like electrum clients, but also list associated domains. -...
Using the following code a config file is not made, yet the cli version DOES write it. ``` js grunt.config.set('bowerRequirejs',{ dist: { target: { rjsConfig: './assets/config/requirejs.js', options: { 'exclude-dev': true...