Skip to content
#

lit

Here are 198 public repositories matching this topic...

hilla
CNBroderick
CNBroderick commented Jun 21, 2020

I catch a Exception, When I download Vaadin 16 Business Starter and copy /target/index.ts(html) to fronted dir. Then run command :

mvn jetty:run-exploded -Dvaadin.productionMode

Open browser: 127.0.0.1:8080

HTTP ERROR 500
Problem accessing /. Reason:

    Server Error

The IDEA shows Error is

java.io.IOException: Failed to load content of 
'D:\broderick\d
bug good first issue hilla Severity: Minor
thescientist13
thescientist13 commented Apr 1, 2022

Type of Change

  • New Feature Request
  • Documentation / Website
  • Improvement / Suggestion
  • Bug
  • Other (please clarify below)

Summary

Some Greenwood plugins return an array of plugins, and so user's have to spread the plugin itself in greenwood.config.js. Example:

import { greenwoodPluginFoo } from 'greenwood-plugin-foo';

export default {
  plugin
enhancement good first issue documentation CLI
outline
himerus
himerus commented Apr 10, 2022

See https://outline.phase2tech.com/?path=/docs/content-accordion-accordion--accordion

The updated accordion has recently been updated via:

  • #276
  • #277
  • #290
  • #297
  • #299

Now, the heading for each accordion item is a slotted element, rather than forcing an h4 that could fall out of semantic order on the page.

Now, the styles have been redrawn to be the simplest grayscale v

Difficulty: Low Good First Issue Requires Triage READY TO CODE
pharos
daneah
daneah commented Aug 6, 2021

The problem

JSTOR has a wide variety of content types, and it's useful to check at a glance what type of content a particular item is across search, browse, and detail contexts. We use a small, all-caps badge to display this information. Right now we're still using Foundation's badge directly, or have re-created that as a one-off in new code.

The solution

Formalize the badge as

Improve this page

Add a description, image, and links to the lit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lit topic, visit your repo's landing page and select "manage topics."

Learn more