bootstrap-vue-next
porth
bootstrap-vue-next | porth | |
---|---|---|
8 | 11 | |
28 | - | |
- | - | |
9.5 | - | |
about 1 year ago | - | |
TypeScript | ||
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bootstrap-vue-next
-
What is the story with BootstrapVue now?
There's this project: https://github.com/bootstrap-vue/bootstrap-vue-next . But considering low number of dynamic components in Bootstrap, it is pretty easy to build a wrapper only for them yourself, and use other elements as simple HTML.
-
Is the Vue 2 -> 3 migration painful to you, too?
Moving over to typescript and vue 2.7 has been great, and we are making progress on refactoring our components to the composition API. But if by next summer there is no suitable replacement to bootstrap-vue ready, then there will be a lot of pain. I realize the maintainer of bootstrap-vue is in Ukraine so my hope is that this project can make it in time.
-
Day 2: sidetracked
But it misses some really basic things. Like a carousel for example. So in the end, I got sidetracked making a PR for it: https://github.com/cdmoro/bootstrap-vue-3/pull/691
-
Why are none of the good UI frameworks compatible with Vue 3 yet?
https://github.com/cdmoro/bootstrap-vue-3 wonder if anyone tried this guy’s version yet
- Vue3 migration… not now (how did it go for you ?)
-
I just released the free Bootstrap 5 components library for Vue 3.
Somebody already ported bootstrap vue here https://github.com/cdmoro/bootstrap-vue-3. not going to lie but your implementation seems like just a wrapper which people do not want html/css abstracted if they don't have extra functionality. I'd rather use my own components which literally take a few minutes to write and you can specify whatever you want in there instead of being restricted by using your library. Just seems like a headache to me when there is a bug or I need to expand on the feature, sorry just my honest feedback. Maybe the library could just be base components that people can copy paste?
-
Bootstrap-vue Alternatives
I found a forked alternative that looks promising (https://github.com/cdmoro/bootstrap-vue-3)
- No cheating
porth
-
Stack-based array-friendly static-typed proof of concept
Yes, unless there's another language I'm unfamiliar that shares the name. But the inspiration and some core ideas came from Porth: https://gitlab.com/tsoding/porth
- Porth, it's like Forth but in Python
- Porth, It's Like Forth but in Python
-
Stack machines for compilers
Here's an interesting solution: in the language Porth which was inspired by forth (but takes some drastically different choices), there's an option to create separate scored bindings, which can either consume items from the top of the stack, or duplicate them, leading to some very slick solutions to the problem of limited access to the stack.
-
How to build a language mode from scratch?
I personally haven't done that, but a very simple example, that I can think of is this one: porth-mode.el. The minor-mode doesen't do much, but maybe it helps understand the basic concepts.
-
Compiling via Forth?
You might want to look into Porth; IMO RPN doesn't have to be hard to read, Forth is just really terse and not very modern.
-
single pass compilers (basic questions)
I believe Tsodings - Porth is a single pass compiler. Currently in development - it has some great vlogs and is also self hosting. He's recently said that re-implementing Porth straight up has become an issue for him - so please just take inspiration only. I suspect a concatenative language is quite a natural fit for a single pass compiler.
-
Why hasn't anyone made a compiler for Python yet?
Tsoding did with his porth. Original conpiler written in python then reimplemented in porthq https://gitlab.com/tsoding/porth
What are some alternatives?
bootstrap-vue - BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
Windows11DragAndDropToTaskbarFix - "Windows 11 Drag & Drop to the Taskbar (Fix)" fixes the missing "Drag & Drop to the Taskbar" support in Windows 11. It works with the new Windows 11 taskbar and does not require nasty changes like UndockingDisabled or restoration of the classic taskbar.
formik-mui - Bindings for using Formik with Material-UI
Dress - 好耶 是女装
vue-dock-menu - ⚓Dockable Menu bar for Vue
setoolkit - The Social-Engineer Toolkit (SET) repository from TrustedSec - All new versions of SET will be deployed here.
metalang99 - Full-blown preprocessor metaprogramming
bootstrap-vue - Bootstrap 5 components for Vue 3
DIM - Destiny Item Manager
coreui-vue - Bootstrap 5 based Vue 3 components and directives. CoreUI for Vue.js replaces and extends the Bootstrap 5 javascript. Components have been built from scratch as true Vue 3 components.
pl0c - Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.