Mauro Gadaleta
Mauro Gadaleta
I'm trying to create a new thread using the REST API but is not working **Request:** _POST_ `/api/threads` body: ``` json { "id": "test-123" } ``` **Response:** _400 Bad Request_...
I have a piece of code like this: ``` $resource = $this->storage->readStream((string)$path); if (is_resource($resource)) { $resourceData = stream_get_contents($resource); $resourceProperties = fstat($resource); ... ``` With flysystem-aws-s3-v3 1.0.25 fstat returns an array...
Refactor and add the possibility to add more verbosity when building ContainerBuilder
Refactor and rewrite all classes and functionalities using TypeScript
* Add XML file loader configuration * Add XML dump services file when autowiring * Add XML schema
Bind keyword to bind specific arguments by name or type: or in pure js or typescript ```ts const compiler = new ContainerBuilder(false, '../path/to/src') compiler.addBind('adminEmail', '[email protected]') compiler.addBind('someParameter', process.env.SOME_PARAMETER) const autowire =...
Coupling the infrastructure layer to the domain layer. https://github.com/CodelyTV/typescript-ddd-example/blob/383e4a37ee20cdfe191ab2975eae71ce96e31614/src/Contexts/Shared/domain/EventBus.ts#L1
At the moment, Autowiring only works with private constructor properties. Make it working with the following examples: ```typescript interface TestInterface { } class ExampleClass { constructor(protected readonly parameter: TestInterface) {...
I'm actually trying to inject the configuration to one service. I'm using the config npm package ``` javascript import {dependencies} from 'needlepoint'; import config from 'config'; @dependencies(config) export default class...
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` - `package-lock.json` #### Vulnerabilities...