Skip to content
#

Hacktoberfest

hacktoberfest logo

Hacktoberfest is a month-long celebration of open source software. Each October, open source maintainers give new contributors extra attention as they guide developers through their first pull requests on GitHub.

Here are 1,553 public repositories matching this topic...

dvc
chatwoot
falco

Go scientific library for machine learning, linear algebra, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, graph, plotting, visualisation, tensors, eigenvalues, differential equations, more.

  • Updated May 13, 2020
  • Go
nothing-private
gautamkrishnar
gautamkrishnar commented Feb 1, 2018
giggio
giggio commented Jan 27, 2016

CS0133 will be raised if you are assigning to a constant. This fix will change const <type> to var.

This:

const string myStr = "abc".ToUpper();

Becomes, if it is a local variable:

var myStr = "abc".ToUpper();

Becomes, if it is in a field:

readonly string myStr = "abc".ToUpper();

Category: Compiler (same as CC0133, ha

code-notes
kodaman2
kodaman2 commented Oct 5, 2019

Describe the bug
Repetitive loading have you waiting on gists loading.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Gists, see the loading circle
  2. Click on local
  3. Go back to gists, and a new loading circle appears

Expected behavior
I think the loaded gists should remain loaded even when going to local, and maybe have a refresh button if you want to pull new gi

eonarheim
eonarheim commented Apr 11, 2020

Context

We are dropping support for older browsers, with the wide-spread support of the WebAudio API the need for our own HTML5 tag based implementation of classes is gone.

Proposal

  • Remove AudioTagInstance
  • Update AudioInstance implementation to use WebAudio only (perhaps even simplify)
  • Update any affected tests to remove isseus
integrii
integrii commented Oct 23, 2019

Because the endpoint for externalCheckReportHandler does several API lookups over a duration to give fast running checker pods time to appear in the API pod list, we should consider the endpoint dangerous for any public consumption.

This means that any request going to the externalCheckReportHandler from sources outside the cluster should automatically be denied. We should design this in a

Created by Digital Ocean and GitHub

Released October 2014

Website
hacktoberfest.digitalocean.com
You can’t perform that action at this time.