Toni Cebrián
Toni Cebrián
When I compile: ``` { "type":"record", "name":"Union", "namespace":"com.sksamuel.avro4s", "fields":[ { "name":"union", "type": [ "int", "string", "boolean" ] } ] } ``` I get as a result in `domain.scala` ``` package...
### Short description Most of the tools I use (circe, akka-http, code generators...) are using akka-http 10.2. Because of the binary incompatibility betwen 10.1 and 10.2 I cannot use Alpakka...
I'm writing a very simple file server. This is the endpoint to upload files: ``` /invoices: post: summary: Store provided PDF as an invoice operationId: postInvoice requestBody: content: multipart/form-data: schema:...
## At which URL did you encounter the problem? From the front page the moment I click on the entry for my Vocabulary. ## What steps will reproduce the problem?...
#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) [gist](https://gist.github.com/tonicebrian/85a5e68666408e5252771334bc4710e8): * Have you checked for system updates?: [Yes] * Are you using the latest...
This is a general modelling question and I wasn't able to find a proper Slack channel or discussion forum for CCO, so sorry for hijacking. I understand that one of...
Following recommendations from https://github.com/brendanhay/gogol/issues/147#issuecomment-635735272 I'm using latest commit on master to have `gogol` in my project. But then all the scope code changed and instead of having `storageReadWriteScope` like being...
In order to validate RDF you need the RDF, the Shex and the Shape maps. Right now the UI is designed such that only the RDF and the Shex is...
**Describe the bug** When trying to discover Specs with `hspec-discover` I get an error. **To Reproduce** 1. Create a stub project with `curl https://haskell.build/start | sh` 2. `git init` 3....
I'm following steps in https://cloud.google.com/build/docs/configuring-notifications/configure-slack but on step 9, when I run the command: ``` gcloud run deploy slack-notifier \ --image=us-east1-docker.pkg.dev/gcb-release/cloud-build-notifiers/slack:latest \ --no-allow-unauthenticated \ --update-env-vars=CONFIG_PATH=gs://******/slack/configuration.yaml,PROJECT_ID=****** ``` (hiding my own project...