sebasijan

Results 9 issues of sebasijan

Say I create a diff for these 2 arrays ``` var a1 = @" { "items": [ "one", "two" }"; var a2 = @" { "items": [ "two", "one" }";...

### Describe the bug I have the following partial registered var partialSource = "{{#if ClientCode}}IT EXISTS{{else}}IT IS NOT HERE{{/if}}"; Handlebars.RegisterTemplate("LinkToCompany", partialSource); And I pass in my entity { ClientCode =...

bug

The project readme states > MediaToolkit uses FFmpeg, a multimedia framework which is licensed under the LGPLv2.1 license, its source can be downloaded from here However, I can see in...

I have placed the following bat file in `shell:startup` vdesk create:3 vdesk on:1 run:"C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE" vdesk on:2 run:%LOCALAPPDATA%\Microsoft\Teams\current\Teams vdesk on:3 run:%LOCALAPPDATA%\slack\slack But at startup, all 3 applications open up...

Would it be possible to add an appropriate license to this code? I would like to use it in my project, but I'm restricted to only using open source MIT...

Would be nice to have this built in to the library, currently using this custom converter: ``` using System; using KellermanSoftware.CompareNetObjects; using KellermanSoftware.CompareNetObjects.TypeComparers; namespace BestConnection.Application.Auditing { public class DateOnlyComparer :...

enhancement

After following the steps in the readme, I can see that both client and server applications are running, but when navigating to localhost:8080, I only see this: ![image](https://user-images.githubusercontent.com/13226838/86913025-ea717700-c115-11ea-99c7-bcc3957a9c69.png) With these...

Hi, I am just using the basic example from docs: and assigning the images let t = this.images.map(i => ({ url: `${this.apiUrl}/${i.id}/File`, href: `HREFDUR` })); this.masonryImages = this.masonryImages.concat(t); but it...

Hi, I am trying to simple confirm a users email by sending a confirmation link to the registered address. I can see when debugging that `ConfirmEmail` in `AccountController` is called,...