The Wayback Machine - https://web.archive.org/web/20210416044511/https://github.com/explore
Skip to content

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

GitHub Skyline
Staff pick

View a 3D model of your GitHub contribution graph. Share it, print it, and more!

Bot logo
Popular topic
A bot is an application that runs automated tasks over the Internet.
Trending repository
starkpsmichael
starkpsmichael commented Apr 15, 2021

Seems like that the new http native bindings doesn't work in a WebWorker, see example below.

http2.ts

const body = new TextEncoder().encode("Hello World");
for await (const conn of Deno.listen({ port: 80 })) {
  (async () => {
    for await (const { respondWith } of Deno.serveHttp(conn)) {
      respondWith(new Response(body));
    }
  })();
}

worker.ts

ne
tauri
Trending repository
nothingismagick
nothingismagick commented Apr 15, 2021

Is your feature request related to a problem? Please describe.
Many of our packages seem to have a little bloat. We want to reduce our environmental impact (and also the time spent downloading / building / shipping).

Describe the solution you'd like
Every npm package should have an .npmignore that prunes non-necessary stuff
Remove tests / examples from crates

-ALWAYS ship the li

App recommended by GitHub

Travis CI

Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.

Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.

Trending repository
tel
tel commented Apr 15, 2021

The tutorial uses at one point the -> operator.

# Finding most popular name for each year.
@OrderBy(TopNameByYear, "year");
TopNameByYear(year) ArgMax= name -> NameCountByYear(name:, year:);

While this seems to be a variant on the functional aggregation method, it's not documented anywhere. Is there a more complete language reference that can be linked?

Thanks!

Trending repository

编程电子书,电子书,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringCloud,TCPIP,Tomcat,Zookeeper,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类

  • Updated Apr 15, 2021
flutterfire
Trending repository
Trending repository
wzshiming
wzshiming commented Apr 12, 2021
grep -nr '/enhancements/keps/' * | grep -v '^vendor' | grep -v '/README.md' | grep -v '.json' | grep -v '.pb.go' | grep -v '.proto' | grep -v 'generated'
transformers
Trending repository
patrickvonplaten
patrickvonplaten commented Apr 14, 2021

🚀 Feature request

This is a feature request to add Wav2Vec2 Pretraining functionality to the transformers library. This is a "Good Second Issue" feature request, which means that interested contributors should have some experience with the transformers library and ideally also with training/fine-tuning Wav2Vec2.

Motivation

The popular [Wav2Vec2](https://huggingface.co/models?filter=w

App recommended by GitHub

CloudBees CodeShip

Fast, Easy and customizable

With faster feedback cycles, local debugging, build caching and customized environments, CodeShip helps you build the products your users love.