n0pr

Results 4 issues of n0pr

### Steps to reproduce Model: ``` public class Area { [Key] public Guid AreaId { get; set; } [Column("auto_id")] [DatabaseGenerated(DatabaseGeneratedOption.Identity)] public long AutoId { get; set; } } ``` Builder:...

type-bug

to set basic auth from code I would use: var options = new ElasticsearchSinkOptions(new Uri(elasticConnection)) { AutoRegisterTemplate = true, IndexFormat = $"{appSettings.ElasticPreIndex}_log_api-{0:yyyy.MM.dd}", options.ModifyConnectionSettings = (c) => c.BasicAuthentication(appSettings.ElasticBasicAuthUserName, appSettings.ElasticBasicAuthPassword) }; How...

### 2.4.4 ### Vue.js version 2.6.10 ### Nuxt.js version 2.8 ### Steps to reproduce When loading page without infinite-loading control and then navigatin to another page (SPA) that has infinite-loading,...

sometimes when using nuxt the elm.parentNode is null and vue-infinite-loading makes error this is a simple fix to set scrollparent to window if elm.parentNode is null #254