A fast Haskell JSON library
jordainfg/BlogPostingApplicatie 0
Een blog post applcatie met alle functionaliteit
Hier ga ik state van redux leren, begrijpen en oefenen
De quiz mutiplayer applicatie
12factorish wordpress using 12fakter
A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
Canonical example of building a 3factor app : a food ordering application
Abilian Core framework and services
release gohugoio/hugo
hugo_0.84.0_checksums.txt 2.88KB
hugo_0.84.0_DragonFlyBSD-64bit.tar.gz 13.17MB
hugo_0.84.0_FreeBSD-32bit.tar.gz 12.10MB
hugo_0.84.0_FreeBSD-64bit.tar.gz 13.18MB
hugo_0.84.0_FreeBSD-ARM.tar.gz 12.34MB
hugo_0.84.0_FreeBSD-ARM64.tar.gz 11.91MB
hugo_0.84.0_Linux-32bit.deb 12.13MB
hugo_0.84.0_Linux-32bit.tar.gz 12.11MB
hugo_0.84.0_Linux-64bit.deb 13.22MB
hugo_0.84.0_Linux-64bit.tar.gz 13.18MB
hugo_0.84.0_Linux-ARM.deb 12.35MB
hugo_0.84.0_Linux-ARM.tar.gz 12.34MB
hugo_0.84.0_Linux-ARM64.deb 12.01MB
hugo_0.84.0_Linux-ARM64.tar.gz 11.99MB
hugo_0.84.0_macOS-64bit.tar.gz 13.67MB
hugo_0.84.0_macOS-ARM64.tar.gz 13.36MB
hugo_0.84.0_NetBSD-32bit.tar.gz 12.08MB
hugo_0.84.0_NetBSD-64bit.tar.gz 13.17MB
hugo_0.84.0_NetBSD-ARM.tar.gz 12.33MB
hugo_0.84.0_OpenBSD-32bit.tar.gz 12.08MB
hugo_0.84.0_OpenBSD-64bit.tar.gz 13.18MB
hugo_0.84.0_OpenBSD-ARM.tar.gz 12.33MB
hugo_0.84.0_OpenBSD-ARM64.tar.gz 11.92MB
hugo_0.84.0_Windows-32bit.zip 12.14MB
hugo_0.84.0_Windows-64bit.zip 13.26MB
hugo_0.84.0_Windows-ARM.zip 12.67MB
hugo_extended_0.84.0_Linux-64bit.deb 13.24MB
hugo_extended_0.84.0_Linux-64bit.tar.gz 13.20MB
hugo_extended_0.84.0_macOS-64bit.tar.gz 13.69MB
released time in 33 minutes
issue openedabsinthe-graphql/absinthe
`mix clean` is sometimes required to see changes take effect
Environment
- Elixir version (elixir -v): Erlang/OTP 23 [erts-11.2] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe]
- Absinthe version (mix deps | grep absinthe): absinthe 1.6.4 / absinthe_plug 1.5.8
- Client Framework and version (Relay, Apollo, etc): graphiql
Expected behavior
Changing my types file from field(:id, :id) to field :id, :string do resolve(fn object, _, _ -> {:ok, GlobalId.encode(Spiff.Comment, object.id)} end) end
Sometimes does not register as a change
Actual behavior
id continued to behave as a plain db column until I ran mix clean and restarted. Then it works as expected. Restarting iex on its own is not enough to break the stale cache.
created time in an hour
startedsolokeys/solo2
started time in 3 hours
startedtrussed-dev/trussed
started time in 3 hours
startedeveningkid/denodb
started time in 5 hours
startedsupabase/supabase
started time in 7 hours
startedCoderLine/alphaTab
started time in 9 hours
startedPolyMeilex/rfd
started time in 10 hours
starteddtolnay/thiserror
started time in 16 hours
PR opened phoenixframework/phoenix
I recently wrote a custom transport module to support WebSocket protocol extension, and initially thought that it was not possible to handle the extension via Phoenix.Socket.Transport.
After tracing through Phoenix sockets into cowboy_websocket and a lot of trial and error, I discovered all of the required behavior was actually possible, as Phoenix delegates most of the handling of these callbacks to cowboy. I thought that by documenting more of the valid return values as well as their consequences, I might save someone else the trouble of tracing the code paths.
Please let me know if there are any issues with these changes, or suggested modifications, and I would be happy to make changes.
pr created time in 16 hours
startedcircuithub/rel8
started time in 19 hours
startedfretn/sqldap
started time in 20 hours
PR opened phoenixframework/phoenix_pubsub
This module has been helpful to me as a guide for writing similar distributed test helpers in several projects, but I've run into issues related to epmd not running in the past and forgotten that was the problem/solution. Maybe I'm not alone? Either way, a helpful moduledoc would prevent that in the future!
pr created time in 20 hours
issue commentabsinthe-graphql/absinthe
Multiple pushes per client for subscriptions that have a `context_id`
We observe the same behavior and even worse: turning context_id: "global" made messages from adjacent topics leak to the users who weren't subscribed.
comment created time in 21 hours
startedibraheemdev/modern-unix
started time in a day
startedbrillout/vite-plugin-ssr
started time in a day
startedivanhofer/typesafe-i18n
started time in a day
startedwasmerio/wasmer
started time in a day
startedhadeeb/react-lazy-hydration
started time in 2 days
startedvariety/variety
started time in 2 days
fork ankhers/shopifex
:hatched_chick: Phoenix boilerplate for Shopify Embedded App SDK
https://hexdocs.pm/shopifex/readme.html#content
fork in 2 days
starteddoawoo/macaroon
started time in 2 days
PR opened phoenixframework/phoenix
Spotted this when creating a new project: the initial template still references the old Freenode channel #elixir-lang.
Update this to #elixir on Libera, which is the new official IRC channel.
pr created time in 2 days