jfrank14

Results 23 issues of jfrank14

It seems to be defaulting to `~/Views/Emails`, but for various reasons I need to change this and I can't find a way to do so. Is this configurable or hardcoded?

I'm trying to run the SFC loader on the out of the box application generated by vue. This app has an App.vue that references a component HelloWorld.vue that does this:...

bug
unconfirmed

Just thought you might like to know this. After the first one, clicking on the expand arrow doesn't do anything in Firefox. It seems to work in other browsers.

I'm a long time user of knockout, up to version 3.x. I'm trying to decide on a MVVM library for a new project and I would like to use tko/ko4,...

I use [knockout es5](http://blog.stevensanderson.com/2013/05/20/knockout-es5-a-plugin-to-simplify-your-syntax) because I prefer the syntax (`this.price = 3` vs `this.price = ko.observable(3)`, etc.) Is the plan for tko to include this syntax natively, or via plugin?...

I need to generate a table to be used in a fixed lines per page scenario. If the table should continue onto multiple pages, I want to repeat the header...

I need to generate tables in text, but not for writing to the console. Can CsConsoleFormat render to a string or stream, instead of the console?

In Selenium IDE you can record an action and export it to a variety of formats, but fluent isn't one of them (and I would also want to have VB...

I love punches for the ability to write which creates a binding like: But in some cases I also want more immediate updates using `textInput`: Is there any way to...

According to the [PHP Markdown docs](https://michelf.ca/projects/php-markdown/extra/#spe-attr), you can use special attributes to set attributes on generated links: [link](url){#id .class} --> link But this just doesn't seem to work in MDD,...