azoof-ahmed
azoof-ahmed
I'm new to Peachpie platform and not exactly an expert on WordPress either for that matter. Why are these classes missing? are they going to be added in the future...
I attempted the the [WordPress Plugin Guide](https://docs.peachpie.io/scenarios/wordpress/build-php-plugin/) and came up with this project structure.  The Server project is an ASP .Net Core empty project with the [ PeachPied.WordPress.AspNetCore 5.8.0-preview10](https://www.nuget.org/packages/PeachPied.WordPress.AspNetCore/5.8.0-preview10/)...
what about the Plugin installation error? 🤔
No not that issue, sorry I wasnt being very specific. You already mentioned that and I actually removed those files. its from the [comment above](https://github.com/peachpiecompiler/peachpie/issues/973#issuecomment-898989512) about the new attempt: >...
> Note: I am using underscore in the below code, but that could be removed. @SamDuvall what's that underscore and what do you mean it can be removed? 😶
https://github.com/timdown/rangy/blob/1e55169d2e4d1d9458c2a87119addf47a8265276/src/modules/rangy-classapplier.js#L557 issue with this line. forces whatever is passed to turn into a string. Wouldn't it be better to just check if the value or whatever is passed is a...
@MichelMichels have you tried the `DynamicComponent` approach yet? I have tried the approach of measuring the text and reducing the length till it fits in the container by using the...