Skip to content
#

mit

Here are 595 public repositories matching this topic...

Aarbel
Aarbel commented Mar 1, 2020

Problem

I'd like to send many files in the same time but with different files metaData.
The combination of uppy.setMeta uppy.addFile doesn't wok because the upload is asynchronous, and when files finish to upload they will heritate the last uppy.setMeta configuration.

Moreover the uppy.setFileMeta method is quite impossible to use, because on uppy.addFile we can't declared an id

SwifterSwift
DimaZava
DimaZava commented Dec 7, 2019

While I was solving task of search occurrences highlighting, inspired with existing SwifterSwift solution, I've created this String's extension

extension String {

    /// Verify if string matches the regex pattern and return corresponding parts of string
    ///
    /// - Parameter pattern: Pattern to verify.
    /// - Returns: Matching pattern parts of string.
    func matches(for 
foolip
foolip commented Nov 20, 2018

System information

  • node version: v10.13.0
  • npm or yarn version: 6.4.1
  • OS/version/architecture: gLinux 64-bit (Google-internal, like Debian Testing)
  • Applicable nodegit version: v0.23.0 built from source

https://www.nodegit.org/api/tree/ has an example of how to use tree.walk(), but it doesn't mention a critical detail, which is mentioned in an example:
https://github.com

panel
iamkubi
iamkubi commented Mar 15, 2020

Add the ability to limit database connections for user databases. This can prevent a user with a bad plugin from consuming all of the available database connections for a database host.

At a quick glance I expect this would be done at:
https://github.com/pterodactyl/panel/blob/7543ef085d1b466536e37efc6c4d679fb82797ae/app/Repositories/Eloquent/DatabaseRepository.php#L153-L161

This could be

beeman
beeman commented Jun 23, 2017

Feature request

  • Feature request

Description of feature (or steps to reproduce if bug)

Currently the sample data in Colmena consists of a lot of Lorem Ipsum text.

It would be great if there were a few dummy stories, events and pages so they can be linked to a website.

This should give the user a more interesting experience

abbyearnin
abbyearnin commented May 3, 2019

The latest sklearn (0.20.3 as of 5/3/2019) changed some of the package import pathing, causing ModelDB to fail its calls to the new sklearn. See below:

sklearn 0.17.1: from sklearn.grid_search import GridSearchCV

sklearn 0.20.3: from sklearn.model_selection import GridSearchCV

Would be nice to resolve this by checking user's sklearn version and supplying the correct pathing, t

pharo
guillep
guillep commented Mar 17, 2020

The UITheme class implements a lot of factory methods for morphs, like:

^self theme
		newFuzzyLabelIn: self
		for: nil
		label: aString
		offset: 1
		alpha: 0.5
		getEnabled: nil

Now, most (if not all) of these methods receive a first "themableMorph" argument.
It looks however that that argument is not used.
My theory is further backed up by the fact that there is

5
Ragora
Ragora commented Jun 8, 2016

Mostly a suggestion as projects can easily get to a point where inline documentation would be vastly helpful, and the commenting format Doxygen requires is pretty natural so there's the added side benefit of being able to generate HTML documentation from your programming.

This issue can basically just be summed up as "header documentation", really. At the least, requiring the use of Doxygen comp

Improve this page

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

Learn more

You can’t perform that action at this time.