Grzegorz Abramczyk
Grzegorz Abramczyk
Addresses #2167 # Implementation Plan 1. Reproduce code fetching renders configuration from client/components/admin/admin-rendering.vue in client/components/editor.vue. 2. Pass renderers configuration as a property to editor component 3. In client/components/editor/editor-markdown.vue Wrap md...
## Description toService method: ``` public toService(service: string | symbol | interfaces.Newable | interfaces.Abstract): void { this.toDynamicValue( (context) => context.container.get(service) ); } ``` Was using get method that throws exception...
## Expected Behavior At the moment it is possible to define service having asynchronous `@postConstruct()` method making it asynchronous and it would be great to have it work together with...
### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...
I was trying to get `pnpm deploy` (beta) feature to work and correctly "inject" my workspace modules and I noticed that they are not injected due to `readPackage` hook not...
Pnpm deploy command is providing readPackage in opts and it is being discarded by requireHooks. This change ensures, that hooks provided in opts are merged with those from local and...
## Feature request **What is the expected behavior?** DefinePlugin.runtimeValue supporting async function / promise / callback for resolving value. **What is motivation or use case for adding/changing the behavior?** DefinePlugin.runtimeValue...
### Prerequisites - [X] I have searched the open [issues](https://www.github.com/FormidableLabs/spectacle/issues) to make sure I'm not opening a duplicate issue - [X] I have read through the [docs](https://www.formidable.com/open-source/spectacle/docs) before asking a...
I see that license was changed to MIT #14 but only core package was republished to NPM and other packages are still published with GPL license. Would it be possible...
### pnpm version: 7.12.2 ### Code to reproduce the issue: Have two packages + A:1.0.0 + B:1.0.0 In a single workspace with A depending on B without using `workspace:`protocol ```json...