Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

AI_Sudoku
Trending repository
ASP.NET logo
Popular topic
ASP.NET is a web framework for building modern web apps and services.
Git Merge 2020
Upcoming event recommended by GitHub
Mar
4

Git Merge 2020

March 04, 2020 • Los Angeles

Git Merge is a one-day conference dedicated to the version control tool that started it all—and the people who use it every day.
App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

runtime
Trending repository
iSazonov
iSazonov commented Dec 6, 2019

Experimenting with new Json API in PowerShell Core repo I get very large output and as result exception "Arithmetic operation resulted in an overflow".

The exception message looks non-user-friendly and non-useful.

Proposal:

  • make the exception and message more informative in Json code. ("Result exceeded maximum buffer size (2 Gb?)")
  • make the exception and message more informative in
keystone
Trending repository
MadeByMike
MadeByMike commented Sep 20, 2019

Bug report

Describe the bug

The Admin UI is returning the wrong mime-type for svg which breaks the star custom field type.

A clear and concise description of the bug.

To Reproduce

Steps to reproduce the behaviour. Please provide code snippets or a repository:

  1. Launch the test project in test-projects/basic
  2. Create new content
  3. Compare with screenshots

Exp

Linkis
Trending repository
wenfang6
wenfang6 commented Dec 9, 2019

Describe the bug
A clear and concise description of what the bug is.
how can i use jdbc to connect linkis
To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain yo

gatsby
Trending repository
rchrdnsh
rchrdnsh commented Dec 19, 2019

I am a bit perplexed...I'm making some custom components for an mdx template following the examples in the tutorial, like so:

const P = props =>
  <p
    {...props}
    style={{
      gridColumn: '2/3',
      fontFamily: 'Avenir Next',
      color: 'white',
      fontSize: 'calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)))',
      lineHeight: 2,
      fontWeight: '300'
storybook
Trending repository
levelingup
levelingup commented Dec 24, 2019

I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/

running:

npx create-react-app taskbox
cd taskbox

Then when I ran:
npx -p @storybook/cli sb init

I get the error TypeError: Cannot set property 'storybook' of undefined

This is the full message in my terminal:

 sb init - the simplest way to add a
metabase
Trending repository
PatButlerTR
PatButlerTR commented Oct 9, 2019

Describe the bug
POST to /api/database will overwrite an existing database instead of erroring

To Reproduce
Create a database with a POST to /api/database.
Run the same call again.

Expected behavior
Expect Metabase to error and say, "Database with name 'foo' already exists"

Actual behavior
Metabase gives another 200 and will overwrite any previous database config with

App recommended by GitHub

Review Notebook App

Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.

We provide complete code review workflow for notebooks,

You can’t perform that action at this time.