gatsbyjs/gatsby 49183
Build blazing fast, modern apps and websites with React
airbnb/react-sketchapp 14688
render React components to Sketch ⚛️💎
foambubble/foam 9084
A personal knowledge management and sharing system for VSCode
airbnb/Lona 7340
A tool for defining design systems and using them to generate cross-platform UI code, Sketch files, and other artifacts.
joshwcomeau/guppy 3197
🐠A friendly application manager and task runner for React.js
lelandrichardson/react-primitives 3034
Primitive React Interfaces Across Targets
Automattic/monk 1812
The wise MongoDB API
kactus-io/kactus 1455
:cactus: A true version control tool for designers
Jest matcher to check if your frontend matches the design
darknoon/sketchapp-json-flow-types 57
Flow types describing Sketch v43's JSON internal structures
startedHexFiend/HexFiend
started time in 10 hours
fork j-f1/NetNewsWire
RSS reader for macOS and iOS.
https://ranchero.com/netnewswire/
fork in 11 hours
PR opened sketch-hq/SketchAPI
Same changes from #808 but for Sketch 71.
pr created time in 19 hours
create barnchsketch-hq/SketchAPI
branch : feature/35809-cherrypick-api-testing
created branch time in 19 hours
startedalicevision/meshroom
started time in 20 hours
push eventsketch-hq/SketchAPI
commit sha 3b17351d99c807e166b9a743ffa3f399ebc423a0
Higher default timeout and allow to pass in
push time in 21 hours
startedagmmnn/awesome-blender
started time in 21 hours
startedSavMartin/TexTools-Blender
started time in a day
push eventsketch-hq/SketchAPI
commit sha 50c1cbba295186182aa22677357707e945b94ce7
Improve searchTestFile to display found test files or to stop the build if nothing is found
commit sha 7e34936064fd7a441ca27695b7718b5e98683262
Merge branch 'feature/33055-improve-testing' of github.com:sketch-hq/SketchAPI into feature/33055-improve-testing
push time in a day
issue commentAutomattic/monk
MongoError: Topology is closed, please connect
Getting the same thing when trying to preform:
app.post("/bitChange", async (req, res) => {
const mongoClient = await client.connect();
const dbo = mongoClient.db("leads_db");
try {
await dbo
.collection("bit_rate")
.updateOne(
{ name: "bit" },
{ $set: { change: req.body.change } },
function (error, record) {
if (error) throw error;
res.json("done");
}
);
} catch (e) {
console.log("e");
throw Error(e);
} finally {
client.close();
}
comment created time in a day
issue openedmathieudutour/github-tag-action
Is there a way to remove the suffix entirely?
I'd like to remove the suffix from the tag and release name. Ideally the tag and release would be formatted thus: v1.19.1
. I'm running this action on pushes to the stable
branch and right now the formatting is: v1.19.1-stable.0
.
I've tried setting append_to_pre_release_tag
to null
and ""
but of course null
just uses the default, and ""
isn't one of the available options.
created time in a day
push eventsketch-hq/SketchAPI
commit sha 6175045c5a19057bc7af7319f70c71b1bdc9d046
fix the help text
commit sha adae1e1528ec289014ecfb9797ac5c4ad11d3fac
Merge branch 'feature/33055-improve-testing' of github.com:sketch-hq/SketchAPI into feature/33055-improve-testing
push time in a day
startedricardo-ch/react-easy-crop
started time in a day
startedmathieudutour/github-tag-action
started time in a day
startedmathieudutour/gatsby-digital-garden
started time in a day
issue commentskpm/sketch-module-web-view
NSFullSizeContentViewWindowMask
comment created time in a day
issue commentAutomattic/monk
$[<identifier>] with arrayFilter update works on CLI but not via monk
It may be due to the version. It is recommended to upgrade to the latest version。
comment created time in a day
push eventsketch-hq/SketchAPI
commit sha d59538e5e2c6b83ef84cf809220d89aefcd83a7c
Improve searchTestFile to display found test files or to stop the build if nothing is found
push time in 2 days
push eventsketch-hq/SketchAPI
commit sha 3b8f147d5a1c1e2c3231257afe55f334c39619bc
Fix SharedStyle tests
push time in 2 days
created repositoryj-f1/Launcher
Demo app for launching Shortcuts from a native UI
created time in 2 days
push eventsketch-hq/SketchAPI
commit sha e2b1878b3c9551f0d12878406af47522a6b37e77
Fix export tests
commit sha cff8ce45bdaf0b58a8cc10e1db2e69e813024332
Fix Document tests
commit sha 21e44ae766ce3620caf6b676b2c987aa4f5f7a37
Fix CurvePoint tests
push time in 2 days
startedobservablehq/feedback
started time in 2 days
issue openedmathieudutour/gatsby-digital-garden
On a clean install, when I try to run a build, I get:
ERROR #85923 GRAPHQL
There was an error in your GraphQL query:
Cannot query field "aliases" on type "FileFields".
If you don't expect "aliases" to exist on the type "FileFields" it is most likely a typo.
However, if you expect "aliases" to exist there are a couple of solutions to common problems:
- If you added a new data source and/or changed something inside gatsby-node.js/gatsby-config.js, please try a restart
of your development server
- The field might be accessible in another subfield, please try your query in GraphiQL and use the GraphiQL explorer to
see which fields you can query and what shape they have
- You want to optionally use your field "aliases" and right now it is not used anywhere. Therefore Gatsby can't infer
the type and add it to the GraphQL schema. A quick fix is to add at least one entry with that field ("dummy content")
It is recommended to explicitly type your GraphQL schema if you want to use optional fields. This way you don't have to
add the mentioned "dummy content". Visit our docs to learn how you can define the schema for "FileFields":
https://www.gatsbyjs.org/docs/schema-customization/#creating-type-definitions
File: node_modules\gatsby-theme-garden\src\templates\local-file.js:18:15
On Windows, Node 14.16
created time in 2 days
fork sokra/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
fork in 2 days
push eventsketch-hq/SketchAPI
commit sha 04c8766955df93f7785a7c6fcf1390d8477bb8b3
Improve test output readability between specs
commit sha 598c0a58a7114925694080aa187d7e78f6ef5ece
Fix Color tests
push time in 2 days
push eventsketch-hq/SketchAPI
commit sha 3dd6a775d0d717d7218842069e9287f049d66d8c
Fix TextStyle tests
push time in 2 days
push eventsketch-hq/SketchAPI
commit sha bb50b830eb727da6b9357026f2310c8ead46cc88
add usage
push time in 2 days