Sergio Bernal
Sergio Bernal
At a remote mongo I have `nextRun: 2020-09-30T07:24:00.000+00:00` but Agendash shows `2 hours ago` because I am on GMT+2 is anyone having the same issue?
App layer shouldn't be aware of infrastructure implementation, why we extend an infrastructure implementation class? I thought that the usecase controller shouldn't know about if the usecase is implemented through...
This is not an issue but, you are brilliant dude, what a project I'm totally impressed with the product-focus solving and code design. You covered a lot of problems and...
Hello,` I'm trying to access to /opt/katalonstudio/config folder in order to get session logs. I tried with this gitlab-ci config but does not seems to be attached as artifact. Any...
```bash $ bin/moodle-docker-compose.cmd up -d time="2021-09-09T16:30:49+02:00" level=warning msg="The \"MOODLE_DOCKER_SELENIUM_SUFFIX\" variable is not set. Defaulting to a blank string." yaml: line 8: did not find expected hexdecimal number ``` I already...
Hello, can someone share apache2 config for ports 80 and 443? Thanks
when running `create-nodejs-project setup` ``` (node:42748) UnhandledPromiseRejectionWarning: Error: EISDIR: illegal operation on a directory, read (node:42748) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async...
TypeScript 3.0 introduced the `unknown` type. It is type safer than `any` type for this case, because it forces you to check message type before using it.
I tried to translate it with translate.py but > Traceback (most recent call last): > File "C:\Users\sergi\Desktop\pebble-firmware-utils-master\translate.py", line 556, in > translate_fw(args) > File "C:\Users\sergi\Desktop\pebble-firmware-utils-master\translate.py", line 358, in translate_fw >...
**Description** https://xstate.js.org/docs/guides/history.html#history-state-configuration 1. First of all, it would be nice if there could be some kind of comparative example between `shallow` and `deep` types. 2. Also, some kind of fan...