paypal/glamorous 3696
DEPRECATED: 💄 Maintainable CSS with React
A set of tools for Apollo
A walk through the Elixir language in 30 exercises.
:rocket: A fully-featured, production ready caching GraphQL client for every server or UI framework
:earth_africa: GraphQL server for Express, Connect, Hapi and Koa, written in TypeScript
sammkj/aws-lambda-resize-image 0
AWS Lambda function for resizing image
Some effect inspiration for card stacks. The idea is to show animation ideas for positive (accept) or negative (reject) feedback on a generic card element.
startedfelixrieseberg/macintosh.js
started time in 37 minutes
issue openedabsinthe-graphql/absinthe
Macro-schema argument default values are not rendered in SDL
Macro-schema default values are not rendered in SDL, this can be seen here https://github.com/absinthe-graphql/absinthe/blob/master/test/absinthe/schema/sdl_render_test.exs#L191 and the SDL without the default here https://github.com/absinthe-graphql/absinthe/blob/master/test/absinthe/schema/sdl_render_test.exs#L244
For SDL schema's it does work. This is because SDL's schema's populate the default_value_blueprint
and the default_value
fields on the%Absinthe.Blueprint.Schema.InputValueDefinition{}
struct. The macro-schema only populates the default_value
fields. The SDL rendered expects the default_value_print
to be present to render the default value for an argument.
I think we could add a schema phase to populate the default_value_blueprint
when it's nil
, i.e. when it is a macro schema. The SDL renderer will render the defaults correctly then.
Also, note that the default values are not validated currently, arg :public, :boolean, default_value: "some value"
will not error during schema compilation.
created time in an hour
startedreact-hook-form/react-hook-form
started time in 9 hours
push eventabsinthe-graphql/absinthe
commit sha f92828882cfe92294dfccc3b88a5590ac9298611
Bump version 1.6.0
push time in 12 hours
push eventabsinthe-graphql/absinthe
commit sha eed2a5fcf816cdd6ae2d6715c6a0f750e86fcda9
Mini dep bump
push time in 13 hours
pull request commentabsinthe-graphql/absinthe
Make tests async where possible
Thank you!
comment created time in 14 hours
push eventabsinthe-graphql/absinthe
commit sha bbda80d06b958ffa2f9bcd6420c966b1bf12c46d
Make tests async where possible (#1030)
push time in 14 hours
PR merged absinthe-graphql/absinthe
Some tests could be marked as async to speed up the test suite a little :)
In Elixir master it reports the async and sync test durations.
Finished in 11.5 seconds (8.6s async, 2.9s sync)
pr closed time in 14 hours
PR opened absinthe-graphql/absinthe
Some tests could be marked as async to speed up the test suite a little :)
In Elixir master it reports the async and sync test durations.
Finished in 11.5 seconds (8.6s async, 2.9s sync)
pr created time in 14 hours
startedsvelte-add/tailwindcss
started time in 15 hours
push eventjaredpalmer/razzle
commit sha b8627d523e37018e4960b0caaea99e1ec24c7b8d
fix(razzle): disable pnp plugin with webpack 5
push time in 16 hours
issue commentjaredpalmer/razzle
Fixed in v4.0.0-canary.20
comment created time in 17 hours
created tagjaredpalmer/razzle
✨ Create server-rendered universal JavaScript applications with no configuration
created time in 17 hours
push eventjaredpalmer/razzle
commit sha 8f1631aa07a13d4ff1bcc2b5cc91cbf0139ebfc4
published v4.0.0-canary.20
push time in 17 hours
push eventjaredpalmer/razzle
commit sha f5ff7392401bc82d76d6be81f55fc74293350484
fix(razzle): fix issue with chalk process/buffer
push time in 17 hours
issue commentabsinthe-graphql/absinthe
It's a big task, it will involve adding the Language
and Blueprint
extension structs, then using a phase to merge them in when the final schema is being generated.
comment created time in 17 hours
issue commentstaylor/react-helmet-async
Open graph data not being picked up
Thanks @adamalston !
comment created time in 18 hours
issue commentstaylor/react-helmet-async
Open graph data not being picked up
@edolix I did not. Still using the workaround above:
I put the open graph tags in
public/index.html
as a workaround although I would prefer to have them in my JavaScript files so that I can change them as needed. I looked around for other packages but was unable to find any.
comment created time in 18 hours
startedsignalapp/libsignal-client
started time in 19 hours
issue commentjaredpalmer/razzle
My second attempt was to add the custom rules below under webpackconfig.module.rules
. Updated mini-css-extract-plugin
from 0.9.0
to 1.3.4
. I have this setup working in a basic react/webpack project. But it breaks when starting the app.
{
test: /\.css$/,
use: [
MiniCssExtractPlugin.loader,
{
loader: "css-loader",
options: {
importLoaders: 1,
},
},
"postcss-loader",
],
exclude: /\.module\.css$/,
},
{
test: /\.css$/,
use: [
MiniCssExtractPlugin.loader,
{
loader: "css-loader",
options: {
importLoaders: 1,
modules: true,
},
},
"postcss-loader",
],
include: /\.module\.css$/,
},
{
test: /\.scss$/,
use: [MiniCssExtractPlugin.loader, "css-loader", "sass-loader"],
}
comment created time in 20 hours
issue commentjaredpalmer/razzle
It worked with 4.44.1 before?
On Fri, 15 Jan 2021 at 15:47, Luke Rocco notifications@github.com wrote:
Just a sidenote, I created a new app using 4.0.0-canary.19. It comes with webpack 4.44.1
After updating to webpack 5.14.0, styles stop working. Adding custom loaders in razzle.config or using razzle-plugin-scss, but still not getting it to work.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/jaredpalmer/razzle/issues/1187#issuecomment-760983884, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAADGXEUPRO5GFCN7IMH5TS2BIPVANCNFSM4KP5ZJUQ .
-- Øyvind Saltvik
comment created time in 20 hours
issue commentjaredpalmer/razzle
Just a sidenote, I created a new app using 4.0.0-canary.19. It comes with webpack 4.44.1
After updating to webpack 5.14.0, styles stop working. Adding custom loaders in razzle.config or using razzle-plugin-scss, but still not getting it to work.
comment created time in 20 hours
starteddave/dontstayin
started time in 20 hours
startedmeilisearch/MeiliSearch
started time in 21 hours
startedgrafana/loki
started time in a day
issue commentpmndrs/react-spring
Cannot read property 'push' of undefined
Hey!
For those, who cannot / don't want to use v9 beta, I made up with a workaround that works out.
<Spring config={{ duration: 1 }} />
Then you don't use immediate
but you achieve the same behavior. And the bug is gone.
Of course, again, it's a WORKAROUND :)
comment created time in a day