Joaquin Bravo Contreras

Results 14 issues of Joaquin Bravo Contreras

Are you planning on integrating [SQLModel](https://sqlmodel.tiangolo.com/)? Or willing to integrate a PR that does 😅. Not promising anything, but curious.

Fixes #2. Before change: ![image](https://user-images.githubusercontent.com/15214/67496194-aa2e9f00-f641-11e9-96a3-2e20a57e38e8.png) After change: ![image](https://user-images.githubusercontent.com/15214/67497190-41e0bd00-f643-11e9-934a-40c37dfdcf30.png)

Example: ![image](https://user-images.githubusercontent.com/15214/67496194-aa2e9f00-f641-11e9-96a3-2e20a57e38e8.png) As you can see it is barely noticeable which text is selected.

This is just a simple script to facilitate toggling the is_admin field on any user based on his/her username.

Without change: ![image](https://user-images.githubusercontent.com/15214/69651918-71198e00-1036-11ea-8a71-ccc296b86f54.png) With change: ![image](https://user-images.githubusercontent.com/15214/69652000-93aba700-1036-11ea-8b3b-075def690e11.png) --- assignees: dexpota ---

follow-up

**Describe the bug** I'm following the [nitro guide](https://nitr.ooo/). Everything worked ok until the `hexa init --just=functions` command which failed with: ``` ✗ TypeError: Cannot convert undefined or null to object...

effort2: days
priority: high
scope: hexa
status: accepted
type: bug

I'm just learning inkscape. Can you add a description of how to add this to inkscape to the readme? Is it just a matter of adding the SVG to the...

in git you clone a repository and checkout a branch. svn and cvs where the ones that used checkout for copying a repository. Suggestion taken from hacker news https://news.ycombinator.com/item?id=7263135: An...

Following the guide provided in issue #271: https://pracucci.com/atom-electron-enable-copy-and-paste.html implemented copy text functionality.

# Guidelines - #### Please include a demo of the issue/behavior/question you have https://github.com/jackbravo/material-table-esm-demo ``` npm install npm run dev ``` and navigate to /material-table - #### Please try to...