Andres Espinosa

Results 30 issues of Andres Espinosa

How can I uninstall the TabNine backend? I'm using Ubuntu 18.04.

Type: bug

When running `export_embeddings.py` on a set of my own images, I get an exception for some images. This is due to the first line of the following segment: https://github.com/davidsandberg/facenet/blob/096ed770f163957c1e56efa7feeb194773920f6e/contributed/export_embeddings.py#L150-L157 The...

**Is your feature request related to a problem? Please describe.** I wasn't aware that the events with bangs didn't raise an error when validation fails. This is unconsistent with ActiveRecord...

I want to run a callback after a transition only if the state has changed, but I need to ensure this at a database level because the same transition could...

**Is your feature request related to a problem? Please describe.** I'm not sure if this is a bug or feature request. When I use perform_async with `on_conflict: :raise` strategy set,...

question

When I add the `@vueform/slider/tailwind` plugin to `tailwind.config.js`, the `disabled` modifier stops working. **Reproduction link:** https://play.tailwindcss.com/alH2aZmsx5

### Environment Provide at least: * Ruby Version 2.7.5 * Rails Version 6.0 * Semantic Logger Version 4.11.0 * Rails Semantic Logger Version 4.10.0 ### Expected Behavior Logs are shown...

### What is your question / Please describe your issue The Storefront API have rate limits based on users' IP so it cannot be used in the server-side. Taking this...

The first error I've got was at line 54: `request_payload = json.loads(request.body)`, saying that the parameter must be 'str', not 'bytes'. I've fixed it writing this instead: `request_payload = json.loads(request.body.decode())`....

I use Rails 5. When I run `Forceps.configure` I get `ActiveRecord::AdapterNotSpecified: database configuration does not specify adapter`. I get this error before or after adding the `remote` node to `database.yml`.