Patricio López Juri

Results 14 issues of Patricio López Juri

I usually add a REPL to my apps in development mode with some context variables like `express`, the database ORM and some other variables like this: ```js import express from...

Type: Enhancement
Status: Help Wanted
Priority: Low
Status: Feature Request

Hi @merceyz thanks for this plugin. I was wonder if it possible to support Tagged template literals. Here an example with `cslx`: ```js const classes = clsx`bg-white text-gray-800`; const multiline...

# Feature request ## Is your feature request related to a problem? Please describe. I'm trying to create and endpoint as an RPC function that returns a TileJSON response and...

When using this library with Django 2 like: ```py from django.urls import include, path urlpatterns = [ # ... path('mfa/', include("deux.urls", namespace="mfa")), ] ``` Fails with: ```txt Specifying a namespace...

See: https://github.com/facebook/react-native/pull/12548

enhancement
help wanted

I love the idea of a headless ranger, good job! For some reason TypeScript types are not being exported. Just to let you know.

To be honest I don't know why. ```txt Error : .github#L1 every step must define a `uses` or `run` key ```

help wanted

Something changes are not immediately reflected, this may be caused by Parcel V1 (which is being deprecated). If you have this issue please: 1. Stop your current dev server (started...

bug