Hendy Irawan
Hendy Irawan
The previous `${pwd}` syntax gave error: ``` docker: Error response from daemon: create ${pwd}/data: "${pwd}/data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended...
This project has potential. However it hasn't been updated for 2 years now and I wonder what's the next development plan. Especially that now Prisma v2 is already in beta,...
Wrong IP firewall port rules for aws.lightsail.InstancePublicPorts after first change ## Expected behavior IP Firewall is modified exactly according to `portInfos` ## Current behavior During creation, `portInfos` work exactly. However,...
Running the code in the README : ``` require 'disqus-php/disqusapi/disqusapi.php'; $disqus = new DisqusAPI(DISQUS_SECRET_KEY); $threads = $disqus->trends->listThreads(); var_dump($threads); ``` outputs a notice message : ``` PHP Notice: Undefined offset: 0...
I need to have curl extension enabled to make it work properly. If curl is disabled, fsockopen is used and it fails because Disqus server always returns 400 Bad Request...
To be accepted by webjars/bintray. See also: https://docs.npmjs.com/files/package.json ``` Failed! No valid licenses found. Detected licenses: Apache The acceptable licenses on BinTray are at: https://bintray.com/docs/api/#_footnote_1 License detection first uses the...
Currently the `post_logout_redirect_uri` is always `https://about.lovia.life/wp-login.php?loggedout=true&wp_lang=en_US`, which is not always desirable, and may cause error because it's not an allowed post_logout URI, e.g. with FusionAuth: ``` Error We're sorry, your...
 This is problematic in TypeScript as it will cause errors like: ``` Property 'id' does not exist on type 'object'.ts(2339) ``` There are workarounds like using `any` but this...
Untuk melakukan stemming 87000 paragraf di i7, membutuhkan waktu ~ 24 jam. Kecepatannya sekitar 500-1000 ms per paragraf. Sepertinya ada potensi untuk optimisasi, tapi saya sendiri belum tahu. :D