Jake Smith

Results 44 comments of Jake Smith

I'm running into this as well. I have a table with a composite key. Hope this gets some attention soon.

I am still receiving this as well: ``` $ rails -v Rails 6.0.3.1 $ gem which i18n /home/jakehockey10/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/i18n-1.8.2/lib/i18n.rb ```

When I run `rails test` On Sun, May 31, 2020, 4:34 PM Mauricio Gomes wrote: > @radar I still see this warning as well, but > in my apps it...

Also running into this with the following interface used to describe the type of object I'm trying to update: ``` typescript export interface Task { id?: string; title: string; description:...

Using the library `cached_network_image` with the same configuration: ``` dart return CachedNetworkImage( memCacheHeight: 200, memCacheWidth: 200, maxWidthDiskCache: 200, maxHeightDiskCache: 200, imageUrl: entry.downloadUrl, progressIndicatorBuilder: (context, url, downloadProgress) => Padding( padding: const...

My class library starts to compile when I follow those steps too. But I'm trying to create a nuget package that provides an interface to facilitate a use case that...

![image](https://user-images.githubusercontent.com/1821383/49771132-f4ff2c80-fca4-11e8-8c4d-5c46fe84218d.png) ![image](https://user-images.githubusercontent.com/1821383/49771152-106a3780-fca5-11e8-8af4-37b87a20abbd.png) ![image](https://user-images.githubusercontent.com/1821383/49771173-25df6180-fca5-11e8-86fc-0f746775159d.png) I wasn't sure if I was grabbing the right windows.winmd file, so I just grabbed the latest. Does this version matter? Do I need to go to...

@TechnikEmpire Thanks for reaching out! Are you suggesting that I use the window.winmd file from the `...\10.0.16299.0\...` path specifically? Also, when you mention `System.Runtime.WindowRuntime`, where are you pulling that in...

I tried the most earliest version of windows.winmd on my file system and that was version `10.0.15063.0`