Marc J. Schmidt

Results 50 issues of Marc J. Schmidt

Hi, first: Thanks for this great library! I have an issue with getting an app using this library to the Mac App Store. The problem is that the source contains...

I'd like to request a feature: In Mootools it was possible to change the styles through `.setStyle(x, v)`, so a method like ``` javascript var left = elements.style('left') elements.style('left', left+5)...

Here is a screenshot: https://dl.dropbox.com/u/54069263/css-chan/flexie.v1.0.3.png Version: https://dl.dropbox.com/u/54069263/css-chan/flexie-ie9version.png Live test: https://browserling.com/queue?uri=http%3A%2F%2Fflexiejs.com%2Fplayground%2F&browser=explorer&version=9.0

I'm using proper-lockfile in a Jest test suite which is executed in parallel across multiple processes. My code ``` import * as lockFile from 'proper-lockfile'; import {readJsonSync, writeJSONSync} from "fs-extra";...

Beside the fact that we need to implement more http stuff (but in reactphp/http) we also need to give more tools for production environments like pm2 of the node world...

enhancement

I get that exception ``` ParamFetcher parameter conflicts with a path parameter 'page' for route 'route_name' 500 Internal Server Error - InvalidArgumentException ``` vendor/friendsofsymfony/rest-bundle/FOS/RestBundle/EventListener/ParamFetcherListener.php at line 67 with my route:...

ParamFetcher

I wasn't able to setup edgedb_js (see previously created issues), so I thought at least I can run typeorm benchmark, but that fails: ``` $ python3 bench.py --query insert_movie --query...

```typescript export type HasIntersection = [T & U] extends [never] ? T : U; ```

enhancement

When having an entity like ```typescript interface User { id: number & PrimaryKey & AutoIncrement; username: string & MinLength; } ``` then the generated SQL should contain the minLength and...

See https://github.com/propelorm/Propel2/pull/1243

easy pick
backport