Rasmus

Results 298 comments of Rasmus

I've updated dawn in other (non OSS) projects lately and quite a lot of little things changed. Before landing this PR, I'm going to ask that you please test &...

It just draws a triangle. See: https://github.com/rsms/dawn-wire-example/blob/e0c57fe2c6a0b330d5a41717ae8d4d8904773479/client.cc#L190 Now, that shader will likely not compile in modern Dawn since WGSL hadn't stabilized two years ago.

Since I don't have a computer with TouchBar, I unfortunately have no way of testing this.

This is unfortunately due to a limitation of how notifications are implemented and the window.Notification API. Notifications in OS X are not "objects in memory" but completely managed by the...

Does this work as expected in Safari?

Good catch. Just facebook that changed the HTML and now we need to update the main.js bindings ...again. This is low priority. You can click the search box. ("Find people...

Can't reproduce. Will leave it open for a short while to see if anyone else has these issues (and if someone does, if they can provide some information to what...

It seems that there's no clear standard regarding size & position of U+2117 (℗) and definitely not U+00AE (®). U+00A9 (©) is full cap size pretty much in all established...

1394fc8216969b022dbc32f44d7578f0ecfd734b ![adf9sdjfjk2](https://github.com/rsms/inter/assets/47046/ecf0f107-9602-4684-8920-9a91592ffa92)

Nice. But I would prefer that we use the AppKit/NSDocument autosave interface since there is one. See http://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSDocument_Class/Reference/Reference.html#//apple_ref/occ/instm/NSDocument/autosaveDocumentWithDelegate:didAutosaveSelector:contextInfo: