Bouke Haarsma

Results 115 issues of Bouke Haarsma

The export from my bank (ABN NL) looks like this: ``` 123456789 EUR 20160102 15,00 10,00 20160102 -5,00 DESCRIPTION 123456789 EUR 20160102 10,00 0,00 20160102 -10,00 DESCRIPTION ``` Imported as:...

I have a TPH structure similar to the following where an inheriting class adds a property with the same name / column mapping as another inheriting class. ```c# abstract class...

question

I've been using the `swift4` branch for quite a while successfully in some of my Swift 4 projects. Could you tag a new release for SwiftPM to find, so we...

SwiftPM uses SemVer (`x.y.z`) to find versions inside git repos. The latest version it can find for Evergreen is `0.8.2`. However the latest tag is `v0.10`. Can you tag that...

This significantly improves the performance when using member access expressions. This uses the same caching backend that MVC uses. Their entry point is an internal class, so reflection is used...

Similar to ASP.NET MVC's default helpers, this overload doesn't require specifying `FormMethod.Post` on every invocation.

When area is passed when we're not using areas, generated urls in child actions will have `?area=` appended to them. This is caused by the following: `ChildActionExtensions.ActionHelper` [calls][0] `RouteCollectionExtensions.GetVirtualPathForArea` which...

I've changed my `router.js` into `router.ts`. However with v2.0.0 of ember-cli-typescript, generating a new route expects `router.js` to exist. Should `router.ts` also be supported? ``` ember generate route account/change-password installing...

enhancement
help wanted
build

I'm extending the AjaxService in TypeScript like this: ``` # services/ajax.ts import AjaxService from 'ember-ajax/services/ajax'; export default class Ajax extends AjaxService { namespace = '/api'; } ``` Which gives the...

Bug

Work in progress for pluggable factor providers. ## Motivation and Context The issue to add additional factor provider comes up frequently. We currently have questions / PRs for adding U2F...

wip