Isaque Neves

Results 188 issues of Isaque Neves

How can I convert an SVG to use inline styles ? For example, I want to convert this: ```svg .cls-1{fill:#d1b037;stroke:#1e1e1e;stroke-width:0.25px;} ``` to ```svg ```

Do you still have the webkit version for download?

add support for setting negative value for starting position on ruler I want to implement a ruler like this below in the application I'm working on ### reference ![image](https://github.com/MrFrankel/ruler/assets/12227024/f67908e6-cf1d-4061-aa41-354ef035ea5f) ###...

@mlocati I would like to compile for Windows to handle some old Access 97 databases and convert them to PostgreSQL

@adamlofts @gmpassos I'm porting Eloquent 5.2 to Dart and for that I implemented a PostgreSQL driver in pure Dart called "dargres" and I wanted to know if you are interested...

add binaries download for windows 10/11

add an objectFit parameter to the addImage method to be able to add an image to the PDF while preserving the aspect ratio, the parameter could accept the 'contain' and...

no-issue-activity

add the possibility to specify a regular expression as route my use case is this simple app that I have a Rest API and in the "/storage/" endpoint I want...

package:shelf_router

add a method to group routes and apply specific middleware to this group ```dart app.chain([simulatedMiddleware]).group('/api/v1', (router) { for (final sr in simulatedRoutes) { final method = sr.keys.first.toUpperCase(); final path =...

package:shelf_router

I'm trying to implement a very simple rest API with just one endpoint using shelf initializing multiple instances and I want to be able to integrate with Prometheus and Gratana...

package:shelf