Andi
Andi
# Problem It seems like the `loader` I defined in my config is not being passed to Esbuild. ## esbuild-runner.config.js ```js module.exports = { debug: true, esbuild: { loader: {...
Roadmap
This is a general roadmap, things are subject to change. Just a little insight on development. Version 0.2.0 - [x] Lockable - Users have X amount of try's to sign...
Doesn't seem to be working. Further testing needed.
Pass channel to components so they can manually set state
Hi, I saw #265 and tried it out. I have a working implementation that i think it is quite nice but i am open to feedback. I wanted to create...
First, let me say if this already exists and I am using jennifer wrong, please just let me know! # What does this PR do? Adds `association_primary` to `has_and_belongs_to_many`. Currently,...
**Is your feature request related to a problem? Please describe.** I, along with others, would enjoy an api for creating components. This is not to be confused with react components....
Currently `Athena::Routing::Response` lacks support for websockets. Upon some investigation, [`HTTP::Server::Response#update_handler`](https://github.com/crystal-lang/crystal/blob/dd40a2442fa186add8a82b74edb14a90aa1dae05/src/http/server/response.cr#L37) needs to be set & `Athena::Routing::Response` does not currently support that.
Hey, I was going through the lib trying to understand it. I noticed there was a lot of methods that checked types and did something based on the result. I...