Skip to content
#

compatibility

Here are 160 public repositories matching this topic...

browser-compat-data
WebMechanic
WebMechanic commented Apr 24, 2020

Request type

  • Please close this issue, I accidentally submitted it without adding any details
  • New documentation
  • Correction or update

Details

Burried in the Formal Syntax is <media-or> that allows a list of media rules to use the or keyword. As I understand this change was added in [CSS Conditional Rules Module Level 3](https

hanford
hanford commented Feb 14, 2017

Hello! Thanks again for making such an amazing little framework. preact-compat has been a dream to work with, and I'm excited to integrate. I've just run into one little issue, that I hope isn't a blocker, because the performance gains are tremendous! 🔥

I'll add as much code as possible, if it's relevant, note that our application runs fine in the browser, where this code isn't executed.

So

yamahata
yamahata commented Jan 30, 2019

native glibc (not-modified for graphene or USE_clone_FOR_fork defined) uses clone(2) syscall for fork(3) library function
as clone(CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHD, 0, NULL, &THREAD_SELF->tid)

This doesn't work as expected and the execution stalls somewhere. I guess it's not tested
because modified glibc uses fork(2) system call, not clone(2).

Once this is fixed, glibc modi

Cherinho
Cherinho commented Jan 7, 2020

It will be great to show unsupported browser notification to all browsers which is not specified in my list of required option. For example, if I specify c - chrome, f - firefox, s - safari with latest version then I want to show message to all other browsers(e.g Opera, Vivaldi, IE, Edge etc.) what user using usupported browser on my website. Excellent if I can define 2 different messages to o

andipabst
andipabst commented Nov 4, 2019

I am contributing to a project where the maintainer has set up revapi. Sometimes when I e.g. add a new method to a public API, revapi warns me during the maven build, that this will break semantic versioning. And I think this is great.

But then I got a problem, because I don't know by heart, if I have to increase the patch, minor or even the major version. So it would be really helpful to inclu

Improve this page

Add a description, image, and links to the compatibility topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the compatibility topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.