Alexander Schwartzberg
Alexander Schwartzberg
Would be it helpful to include more examples of different [Extension APIs](https://developer.chrome.com/extensions/api_index) that are made available to extensions?
Got this reply in an `/r/react` thread: ``` Nice. I kept looking and looking where you generate the different manifest.json files. But it looks like you used a combined one....
Hi there! Playing around with VueMC to see if it's a good fit for the project I'm working on. I'm working with a server who's responses are of the following...
Bootstrap 4
Are there any plans to make this project Bootstrap 4 compliant? I think the following changes would move this in the right direction: - Migrate LESS to SCSS - Leverage...
This setup would benefit from a sitemap - consult the following resources: - https://elision.design/en/blog/dynamic-routes-in-sitemap-with-nuxt-js - https://www.npmjs.com/package/@nuxtjs/sitemap
As per the discussion in #2 we should investigate whether or not the Nuxt server can be run as a Netlify Lambda to support full SSR
Currently only handles `semi`: ```tsx import { format } from "prettier"; import { PrettifyParser } from "@codotype/core"; export function prettify(params: { source: string; parser: PrettifyParser; semi?: boolean; }) { const...
- Must update `@codotype/core` to include some default sets of restricted keywords for common languages - Update `PluginMetadata` interface to include support for restricted keywords - Update `@codotype/core` validators to...
Generated code should include a liability notice - essentially a brief document detailing that all code produced with Codotype is given away without any guarantees of features or security. Should...
`ConfigurationGroup.sections` aren't being handled in the app at the moment - I'm going to update the `ConfigurationInput` component to enable support.