Sérgio

Results 54 issues of Sérgio

I'm working on an app with a dark and light theme. It's, I believe, a fairly common pattern nowadays. I've found that having a react Hook to be a good...

enhancement
cookbook :cook:

I have been playing with bleson on mac os, so I though I would add here the [🐉 dragons I discovered 🐉](https://en.wikipedia.org/wiki/Here_be_dragons) * Bleson version currently published in Pypi is...

bleson

What is the problem? I had one app called `wiki` running. I happened to create another app called `wiki` with a different one click app. * One of the one...

## NOTE - This is a documentation of my process, so that we know the issues, and others can follow my mistakes This was executed on a clean DigitalOcean `Debian...

I'm not entirely sure if this was explicitly named as such, and if `sait` (that's a T at the end, not an L) is a foreign word for sail. But...

Hi there! First of all, great work, and thank you you making this possible. About our issue: We're a bit in a strange position where we're running both minitest and...

bug

I have struggled with menu localisation a bit. I don't want to configure the menu per language due to large number of languages. Also I want the translations of the...

I'm working on a Django DRF project, and while implementing the rules, I feel like inheriting from `RulesModelBase` creates a really heavy dependency on this library. I'm trying to make...

## ⚠️ Based on #156 Attempts to resolve #118 , so far only for DRF

Based on #155 , attempting to isolate the dependency of viewsets from the Model Mixins. This allows users to avoid the `RulesModelMixin` by defining a custom viewset mixin: ``` from...