Cas du Plessis

Results 29 issues of Cas du Plessis

When selecting one or more extensions, and building, the following error message appears: "**Error: File to import not found or unreadable: ../repos/extensions/Wikiki/bulma-badge/badge.sass.**" Building without the extensions works 100%.

Hi @stephancasas. So, my boilerplate with the component based structure is coming on nicely. I have, however, decided to swap out rollup with Vite, for build and bundling. Everything works...

question

Really keen to give this lib a try! Well done! I want to also split my alpine js logic, similar to how you do withe the HTML views., i.e. having...

question

Would be great to include vue.js as an alternative to react.

enhancement
has pr

**Is your feature request related to a problem? Please describe.** Would be ideal to have one level lower (i.e. district per province) data - seeing as this is already available....

enhancement
hacktoberfest

I think it would be super useful if one could include headers when defining the endpoints. Something like: ```javascript endpoints: [{ namespace: 'model', typePrefix: 'Model', url: 'http://localhost:8080/graphql' // url to...

enhancement
good first issue

At present moleculer-db allows only for a single data model per service. There might be use cases where a service needs to manage multiple data entities (tables in a data...

enhancement

Currently when defining a many-to-many relationship, one does not have direct access to all the fields in the pivot model, from the entity.

Is there a property/method on the `Server` instance that contains the list of connections? Or should I manually maintain this using an array, and push new client connections on the...

I have the following table column definition: ``` html ``` The `cellCurrencyFormat` function is in an external script file, containing helper functions that are used throughout the application. ``` javascript...

bug
question