-
https://github.com/mvitlov/tiktoken/blob/f2538e7205a06c7aa270a10c20c0083b47150321/lib/src/core_bpe_constructor.dart#L112
firstly thanks for your tiktoken library, and there might be a consideratio…
-
- Rollup Version: 1.26.3
- Operating System (or Browser): Chrome
- Node Version: 10.16.3
### How Do We Reproduce?
Here is the config:
`
export default {
input: "src/index.js",
output…
yuyic updated
9 months ago
-
Great work on this library! It's awesome the focus is on most critical features and keeping it small.
Though just wondered, is tree shaking supported during bundling to make it even smaller? I trie…
-
Tech stack(options)
-----------------------------
[Storybook](https://storybook.js.org/)
[Styled Component](https://styled-components.com/) for themeing and styling component
[Typescript](https://…
-
**Module version**
"nuxt": "2.15.4"
"@nuxtjs/vuetify": "1.12.1"
"sass": "1.32.13"
**Describe the bug**
I have a navbar component added to my default layout that uses `v-navigation-drawer` and a…
-
### Describe the bug
If you have a barrel export file `@libs/utils` like this:
```ts
// Uses `path` or `fs` or `webpack` or something else that needs node's built-ins
export {someHelperForNode} …
-
This may need to be two issues.
The first is that an NPM repo should be created from this one, perhaps 'status-ui'? This will allow developers to directly import the components from Storybook into…
bgits updated
5 years ago
-
**Current behavior**
Primeflex seems to be a very small subset of utility classes in TailwindCSS. E.g. when I want to use Grid instead of Flex I need to Install Tailwindcss additionally.
**Expect…
-
Hello,
I am encountering a compatibility issue after following your package's installation instructions. The documentation indicates that a specific package should be installed; however, the `tsup`…
-
I've been building my first VueJS Aepp, and even tho I've added only 2 components doing
`import { AeHeader, AeButton } from '@aeternity/aepp-components'`
This is the JS bundle I get from a `webp…