Skip to content
#

tutorial

Here are 8,644 public repositories matching this topic...

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

Stoneww
Stoneww commented Dec 26, 2018

Describe the bug
can't find "from sklearn.cross_validation import train_test_split" in Latest version scikit-learn
To Reproduce
Steps to reproduce the behavior:

  • Day1
  • Step 5: Splitting the datasets into training sets and Test sets
  • Can't find "from sklearn.cross_validation import train_test_split" in Latest version scikit-learn**

**Desktop (please complete the following infor

ayush000
ayush000 commented Mar 8, 2017

feature suggestion

Hey,

I suggest to use a standard documentation format like JSDoc to document all functions and APIs. Otherwise, you can use long strings as name for test cases, instead of just writing the name of the function being tested. This will improve readability of code and ensure better practices by people using it. Thanks.

Opinion
Opinion commented Dec 8, 2019

It looks like a lot of the translated files have incorrect links to other documents in the repository. The tools section isn't updated everywhere either.

I noticed issue #16789 but decided to make a new issue since this issue is focusing on translations of the README.md and possibly preventing these issues in the future.

🐞 Problem
The following links seem to be consistently broken acr

nishantsinghcs
nishantsinghcs commented Feb 9, 2020

In most editors, a line of code can be commented out by pressing the Ctrl+/ hotkey for a single-line comment and something like Ctrl+Shift+/ – for multiline comments (select a piece of code and press the hotkey). For Mac, try Cmd instead of Ctrl.

Should be -->

In most editors, a line of code can be commented out by pressing the Ctrl+/ hotkey for a single-line comment and something like Ctrl

matiTechno
matiTechno commented Dec 19, 2019

Frequent bug: while sorting by y-coordinate, the vertices are sorted, but the data coming with the vertices is not.
Gouraud shading, forgot to sort intensities

In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be

loomlike
loomlike commented Apr 15, 2019

Description

Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).

I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o

mayakacz
mayakacz commented Mar 3, 2020

It would be nice to include content on security & keeping your open source project secure.

Content could help answer questions like:

  • How can you track your dependencies & patch vulnerabilities?
  • What should you do if you or a security researcher finds a vulnerability in your project?
  • What can you do ahead of time to be best prepared to respond to a new vulnerability in your project?
Aubron
Aubron commented Apr 2, 2018

2.1 emphasizes the use of their new Component based methodology, with things like the <Query> and <Mutation> component. They've pushed for it to the point that it is quickly becoming difficult to find documentation for the 2.0 methods used in learnapollo.

A full update to 2.1 for apollo sections seems to be in order.

Improve this page

Add a description, image, and links to the tutorial 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 tutorial topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.