-
Updated
May 8, 2020 - C++
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
- I've updated to the latest released version of the SDK
- I've searched for existing GitHub issues
- I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the [Facebook Developers Group](https://www.facebo
Need to update Keybase documentation on how to add ransomware exception for Bitdefender Total Security and other antivirus products that don't play well with it.
my log id: 60dbdeca4714c98a5b6e2d1c
-
Updated
May 9, 2020
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
To have Deno namespace in the worker, we'll want to provide a map of permissions worker should have. Worker's set of permissions mustn't escalate permissions of parent worker/Deno process.
To achieve that a method called fork should be added to DenoPermissions struct. fork would take as many parameters as there are fields on DenoPermissions and return new DenoPermissions instance a
-
Updated
May 8, 2020
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
gitpod.io
Gitpod is the online IDE for GitHub.
It launches a complete dev environment for any GitHub project, by simply prefixing the GitHub URL with gitpod.io/#.
Install this app and prebuild your project, so you don't have to wait for your build to download the internet when starting a Gitpod workspace.
Gitpod is the first IDE that builds your project before you even open it.
SQL queries sometimes are slow... for example if you don't use indexes. Showing query time in seconds is a nice to have feature.
-
Updated
May 7, 2020
-
Updated
May 8, 2020 - Python
1. path('praise/', views.prise_or_criticize), path('criticize/', views.prise_or_criticize),
这里面的方法名和方法 def praise_or_criticize(request):没对应上
赞应该是praise
2.urlpatterns = [ # 此处省略上面的代码 path('teachers_data/', views.export_teachers_excel), # 此处省略下面的代码 ]
这里export_teachers_excel 应该是get_teachers_data
然后缺一个展示图表的路由
在inline-edit-table.vue里边设置自定义的指令 v-el-height-adaptive-table="{bottomOffset: 30}"报错:Failed to resolve directive: el-height-adap
- Add field
Outstanding Amountin Invoice (should be calculated from Ledger) - Every time a payment is made, recalculate outstanding
- Validate outstanding is not negative
Note: This is NOT a proper fix but rather a quick&dirty workaround to allow process forking after grpc_init() has been called. Hopefully there will be a proper fix soon.
The current problem with GRPC as described in many places (e.g. #17695, #13412, #11814) is that once grpc_init() has been called in a process, then this process should not be forked. There is a somewhat partial forkin
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
For #6082
example:https://github.com/ant-design/ant-design/blob/master/components/locale/zh_CN.tsx#L71
Todo:
- ar_EG
- az_AZ
- bg_BG
- ca_ES
- cs_CZ
- de_DE
- da_DK
- [
On https://help.semmle.com/QL/learn-ql/python/statements-expressions.html, in the section “Example: Finding comparisons to integer or string literals using ‘is’”, the Tip says:
… the expression
3 < x < 7has two operators and two comparators. You usecmp.getComparator(0)to get the first comparator (in this example the3) andcmp.getComparator(1)to get the second comparator (in this
-
Updated
May 8, 2020 - JavaScript
-
Updated
May 9, 2020 - Go
Hey guys
I am learning and using seata recently, this is a great thing.
Component
spring-cloud-alibaba-seata:0.9.0.RELEASE
Question
I see that the seata source code contains the spring boot web dependency. **Is there a plan to support [sp
In usage example:
<Video source={{uri: "background"}} // Can be a URL or a local file.
ref={(ref) => {
this.player = ref
}} // Store reference
onBuffer={this.onBuffer} // Callback when remote video is buffering
onError={this.videoError} // Callback when video cannot be loaded
Restyled.io
Restyled integrates into your usual Pull Request workflow to keep your codebase consistent. Missed a semi-colon? Incorrect indentation? Restyled will fix that up in a sibling Pull Request that you can merge into yours.