-
This topic is proposed to discuss ideas for improving the code of the browser. I'll start first. :)
1.) As you can see, if-statements sometimes stretched in length on several screens. In addition, th…
-
You clone the object in `get_object` before the forms validation take place.
I think the correct place to do this would be in `save_model()` taking into consideration that it also affects `save_relat…
rasca updated
9 years ago
-
I think that we can support [**Adapting based on props**](https://www.styled-components.com/docs/basics#adapting-based-on-props) by compiling it to `style` prop.
```jsx
// input
const Color = sty…
-
`@media (update: fast)`
Chrome: 113 (May 2023)
Firefox: 102 (June 2022)
Safari: 17 (September 2023)
Edge: 113 (May 2023)
Opera: 99 (May 2023)
Maybe this is a better media query to use now.…
-
I found using react-socks quite straightforward, however, the single biggest thing which is holding it back is that, as far as I can tell, it does not handle height as well.
Example:
Mobile breakp…
-
A new admin controlled command that allows the creation of GitHub tasks direct from telegram.
- available to use in any type of chat
- only available to use by admins of the bot
- An admin must r…
-
### Steps to reproduce
Here's bug report which reproduces the issue
```ruby
# frozen_string_literal: true
require 'bundler/inline'
gemfile(true) do
source 'https://rubygems.org'
git…
-
As someone that doesn't live on Github, seeing a plugin roadmap is really helpful.
The database folder plugin has a roadmap I often go to to check for future features, bugs, and plans.
Do you ha…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR27460](https://bugs.llvm.org/show_bug.cgi?id=27460) |
| Status | NEW |
| Importance | P normal |
|…
-
> Edit: Check my [third post](https://github.com/gatsbyjs/gatsby/issues/33450#issuecomment-939474206) below. It looks like is something with the import of CSS files in Gatsby.
### Preliminary Check…