Jakob Krigovsky

Results 32 issues of Jakob Krigovsky

Configures [Prettier](https://prettier.io) to run on Markdown files (`*.md`). Analogous to the existing use of Prettier for TypeScript, this would help with having a single consistent style of writing Markdown documents.

[joyent/node on CodeTriage](https://www.codetriage.com/joyent/node) shows issues from [nodejs/node-v0.x-archive](https://github.com/nodejs/node-v0.x-archive). This repository is outdated and should be replaced with [nodejs/node](https://github.com/nodejs/node).

In https://github.com/brentsimmons/JSONFeed/issues/82#issuecomment-304655237 @manton expressed interest in an official [JSON Schema](http://json-schema.org) for JSON Feed: > I've seen at least 2 schemas and I'm not sure that one is really the "official"...

Both `hubs` and `tags` state which type of elements they contain: > `hubs` (very optional, array of objects) … > `tags` (optional, array of strings) … Therefore, I have clarified...

Although the “Subscribing to Real-time Notifications” section implicitly states that both types are strings, I thought it would be nice to explicitly mention it in the spec.

Currently, https://micro.blog/feeds/manton.json includes the following item: ```json { "author": { "_microblog": { "username": "SciPhi" }, "avatar": "http://www.gravatar.com/avatar/e59f6b41f418b9e6d37aad95db19ea7c?s=96", "name": "Phi.Sanders", "url": "" }, "content_html": "🔗 Mike Monteiro #μβ — twitter.com/monteiro/… ",...

I have started writing a [JSON Schema for JSON Feed](https://github.com/sonicdoe/jsonfeed-schema). It’s currently pretty bare-bones but I have already tested it against [a few public JSON Feeds](https://github.com/sonicdoe/jsonfeed-schema/blob/a7ab73ae8aaf8d46faeaeba20ea7053cf3922232/test/remote.js#L18-L31) (and even found a...

Cherry-picks https://github.com/iceddev/pg-connection-string/pull/39 to this monorepo.

In React Native v0.65, [`Linking.removeEventListener()`](https://reactnative.dev/docs/0.65/linking#removeeventlistener) has been deprecated. react-native-router-flux calls it in: https://github.com/aksonov/react-native-router-flux/blob/b6e8e71aaa5301740724ebbc7bf3dbad5fda0696/src/Router.js#L35