Simon Ilincev

Results 18 issues of Simon Ilincev

Currently, `Tabs` (see [here](https://flowbite-svelte.com/docs/components/tab#Tabs_with_underline)) uses a `style` attribute to decorate the tab to full / pill / underline / etc. It would probably be best to rename this to `decoration`,...

enhancement

## Summary Currently, in [the `flowbite-svelte pagination`](https://flowbite-svelte.com/docs/components/pagination) component, a user will always see previous / next buttons regardless of what the active page is. This may not be desired if...

enhancement

**Describe the bug** In 'native' Tailwind, I can [alias colors](https://tailwindcss.com/docs/customizing-colors#aliasing-color-names) — e.g. have `X-gray-XX` point to `X-pink-XX`, etc. However, if I load the Flowbite plugin into my Tailwind config (via...

When debugging in PyCharm, a JetBrains app, all activity is logged simply as 'Coding' by Wakatime — even though this is clearly not the case. I confirmed this to be...

Prevents the overflow of the horizontal scrollbar when the columns fit in the screen already; this solves #65 (and the duplicate #84). From this: ![image](https://user-images.githubusercontent.com/61620873/96335175-efc85100-1076-11eb-845b-a7e99cec6101.png) To this (no overflow): ![image](https://user-images.githubusercontent.com/61620873/96335183-07073e80-1077-11eb-9ff4-55c512ae0523.png)...

You haven't specified a LICENSE, and I was wondering whether or not this repository is free to use (I'm planning on creating a Chinese Learning Web App and I really...

All Chinese stories, regardless of length, have a `1 min. read` stamp on them, even if they are clearly above that time. This makes it that much harder for those...

## Context I'm trying to locally test a Zappa deployment that is made using Docker, following [these](https://ianwhitestone.work/zappa-serverless-docker/) instructions. However, despite things running locally *without* Zappa, on my local docker server...