GreXLin85
GreXLin85
I'm trying to execute this code. ` var PHPFPM = require('node-phpfpm'); var phpfpm = new PHPFPM( { host: '127.0.0.1', port: 9000, documentRoot: "." }); phpfpm.run('index.php', function(err, output, phpErrors) { if...
Is there any Turkish language support or how can i implement it
Operations may be easier if the ability to assign default values to fields in models is added.
When a field is not necessarily selected, typescript can be supported by adding a question mark to its type. Old `declare targetUrl: string | null` New ` declare targetUrl?: string...
Hello! I've created some models with mongoose can i use they
I added support for link expiration duration to the server. You can see more details here https://github.com/mcndt/obsidian-quickshare/pull/46
I've added custom link expiration duration option to plugin settings. I also edited server of noteshare you can see there https://github.com/mcndt/noteshare.space/pull/56 #15