recording
Here are 214 public repositories matching this topic...
Currently this page https://asciinema.org/docs/installation#installing-on-linux does not refer to snap installation method. I think we need to update that page and (potentially) make that the "default" way of installing asciinema on Linux based systems.
Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.?.?
- react-native v0.?.?
Platform
Tell us to which platform this issue is related
- iOS
- Android
Expected behaviour
should be able to give bordercolor when cropping the image the view where cropping is open the default bordercolor is white not able to change or increassse the border wi
Can you add button click border color option separately for buttons.
The border icon is perceived as an checkbox icon because it is very similar to the checkbox icon.
I think It may be a different icon or no icon.
-
Updated
Nov 21, 2019 - Objective-C
Overview
I've discovered a situation where embedding screencasts won't handle responsive design well.
How difficult would it be to add responsive design support?
Screenshots/Screencasts
Here is an example of one of my screencasts: Git Rebase Abbreviations. If you try to
-
Updated
Nov 7, 2019 - Python
You should add 'not installed' section of plugins to plugin manager, so users know what plugins exist and can download them from there, or have links there...
Use pytest-httpbin
Ideally, this will get rid of some of our spurious test failures that occur from relying on httpbin.org and will make the test suite faster as we won't be going over the network, we'll just be using localhost (which is still slow but less slow than actually going over the network).
-
Updated
May 28, 2020 - Python
There is a notification area in the Admin UI behind the bell.
It would be nice to create a new notification, if a newer Opencast version exists then the version that its currently installed. Maybe even a link to the release docs would be nice.
The current version should be known as it is shown on the bottom of the admin UI.
New versions can be found in the Github tag list.
-
Updated
May 27, 2020 - C#
public void EnableBuildMode(GameObject[] objects) uses GetComponentsInChildren<VimeoSettings>() which by default ignores inactive GameObjects. See Unity Documentation
The line should be GetComponentsInChildren<VimeoSettings>(true)
This was preventing my disabled GameObject from properly transferring the
If the playback state of the stream is Paused, calling ChannelGetLevelLeft and ChannelGetLevelRight will return 65535 and -1 respectively.
Calling code:
https://github.com/ppy/osu-framework/blob/1b479fb947da193f099df062f696b3a6164da9e0/osu.Framework/Audio/Track/TrackBass.cs#L105
使用场景
你正在做一个项目,然而在过去的某个时候,你把两个重大的改动提交到了一个版本A中。 直到又进行了几次提交之后,你才发现有必要将之前那两个重大改动拆分成版本A和版本B。
使用步骤
- 先
git rebase -i HASH返回到你需要拆分的版本 git reset HEAD~返回到你需要拆分的上一个版本(此时的代码保持的版本A与版本B的共同内容)- 删除版本记录
git rm file --cache - 拆分文件,提交版本A的代码
gti commit --amend -m ‘Version A’ - 将版本B的代码加入,提交版本B的代码
git commit -m ‘Version B’ - 结束交互式rebase
git rebase - -contine - 然后你就会发现,需要拆分的版本已
使用certbot申请HTTPS证书
JS fallback?
Although the documentation specifically mentions that it targets WASM-supported browsers, adding JS fallback is as easy as adding asmjs in BINARYEN_METHOD options in emcc.
But I'm not sure what are trade-offs and if this is really needed feature for developers.
-
Updated
Jan 22, 2020 - JavaScript
-
Updated
May 27, 2020 - AutoHotkey
Improve the look and feel of the player, especially on mobile devices (phones, tablets). Accessible themes for xterm.js would be nice, too (especially ones to support non-xterm color schemes).
Improve this page
Add a description, image, and links to the recording topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the recording topic, visit your repo's landing page and select "manage topics."

Is your feature request related to a problem? Please describe.
I can't play a game (mindustry) without remapping button
Describe the solution you'd like
Disable shortcuts, especially for mouse, so that right-clicking does correct things in-game.
**Describe alternative