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...

covid19
Trending repository
halsk
halsk commented Mar 15, 2020

改善詳細 / Details of Improvement

  • #774 の実装により、各グラフの個別のページができ、シェアができるようになりました。
  • しかし、URL は同一なため、現行仕様でいくならば、グラフが更新されたタイミングでOGP画像も更新すべきです。
  • 現在は、facebook debugger 及び Twitter Card Validator で手動で更新をしているのですが、全てのカードを毎日更新するのは大変です。
  • 何らかの方法で自動化させたいと考えています。

期待する見せ方・挙動 / Expected behavior

  • 理想は、GitHub Actio
Objective-C logo
Popular topic
Objective-C is general purpose, object-oriented programming language used for macOS and iOS operating systems.
Trending repository
Reconcyl
Reconcyl commented Mar 25, 2020

The following code causes an ICE:

fn main() {
    print!("\r¡{}");
}

As far as I can tell:

  • Any number of characters can be inserted between \r and ¡ and the error will still happen.
  • ¡ can be replaced with any unicode character and the error will still happen.
  • No escape sequences other than \r cause the error.

The error is reproducible on the stable or nightl

nodejs-backend-architecture-typescript
Trending repository

Node.js Backend Architecture Typescript - Learn to build a backend server for Blogging platform like Medium, FreeCodeCamp, MindOrks, AfterAcademy - Learn to write unit and integration tests - Learn to use Docker image - Open-Source Project By AfterAcademy

  • Updated Apr 4, 2020
  • TypeScript
LogRocket screenshot
App recommended by GitHub

LogRocket

LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.

LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.

Nim
Trending repository
mratsim
mratsim commented Nov 24, 2019

sizeof doesn't work for types that store Atomics. This would be useful to size the memory buffer for thread-safe memory allocators with what is left from the synchronization primitives.

import std/atomics

type
  Node = ptr object
    # works
    next: Atomic[pointer]

  MyChannel = object
    # type not defined completely
    back: Atomic[ptr int]

static:
  echo sizeof(N
Trending repository
Trending repository
jnboehm
jnboehm commented Mar 16, 2020

Describe the bug

Calling a pipeline with a nonparametric function causes an error since the function transform() is missing. The pipeline itself calls the function fit_transform() if it's present. For nonparametric functions (the most prominent being t-SNE) a regular transform() method does not exist since there is no projection or mapping that is learned. It could still be used f

covid19india-react
Trending repository
Trending repository
rafaelgdp
rafaelgdp commented Mar 6, 2020

Godot version: 3.2.1 RC2 Mono Version

OS/device including version: MacOS Catalina. MBP 2018.

Issue description: Changing window size programmatically in the ProjectSettings singleton takes no effect.

Steps to reproduce: Create a Godot mono project with any resolution different from the bellow example. Create a scene and attach a C# script to it with the following code in t

Trending repository
biko-the-bird
biko-the-bird commented Jul 7, 2018

The chat tutorial listed for elixir is outdated. It uses a old version of phoenix and could be confusing to new users who would be learning a oudated set of syntax, application structure, commands i.e. mix phoenix.create vs. mix phx.create.

Also it's missing some steps. For one this they never do mix ecto.create without which the postgres database is not initialized so the app doesn't wo

Trending repository
bluesky314
bluesky314 commented Apr 21, 2019

In ch2 Logistic example, when we assume our data follows logistic, why then use Bernoulli after that? In previous examples we only had an assumption of the data distribution and calculated the likelyhood form that. But here why has Bernoulli suddenly appeared when we already get a probability from logistic?

def challenger_joint_log_prob(D, temperature_, alpha, beta):
    """
    Joint log 
App recommended by GitHub

GitHub Learning Lab

Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.

You can’t perform that action at this time.