-
Updated
Jun 2, 2020
backend
Here are 4,248 public repositories matching this topic...
-
Updated
Jun 7, 2020 - JavaScript
Currently, if look at the windows_e2e tests on circle under the write e2e files
step, you will see this warning:
Error autodetecting timing type, falling back to weighting by name. Autodetect no matching filename or classname. If file names are used, double check paths for absolute vs relative.
Example input file: "e2e\\api\\add-many.e2e.1.ts"
Example file from timings: "C:\\Users\\****
Is there a plan to add a CONTRIBUTING.md? This could include template to do a PR, guidelines to add tests, coding standards, etc.
I'm currently learning Rust and am very interested in contributing on this project somehow. Thanks!
I like Cockpit for a lot of reasons, but one of the issues for me has always been insufficient API docs.
(Update: I misread the docs a bit and there is more information than I had previously thought. the API docs have more info than they did when we first started with cockpit which got me turned around.)
The current docs are still lacking more comprehensive examples of request schemas and it
I have an idea to implement pm2 as a start/stop/monitor server service, with a watcher activated in order to achieve an auto-restart function of the server every time a change is made in somebody's project. In that way we can save our users from the frustrating process of closing and reopening the server every time they add something new.
-
Updated
Jun 9, 2020 - Java
Before you submit an issue we recommend you drop into the Gitter community and ask any questions you have or mention any problems you've had getting started with the server.
Please provide as much information as you can with this issue report. If you believe it may be an issue with one of the client libraries please report it on their [own trackers](https:
-
Updated
May 12, 2020 - Python
Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.
https://github.com/google/brotl
It will be good to add some explanation in the documentation at the part "Integrating CKFinder" :
To use the "CKFinderFileChooserType" you have to use the 'type_options' 'block_name' : 'ckfinder_file_chooser_widget' and adding in 'form_theme' : '@CKSourceCKFinder/Form/fields.html.
Babel的那些库
自从接触ES2015
开始,babel
就一直在用,每个项目都在用。每次初始化项目后,.babelrc
和@babel/core
、@babel/cli
、@babel/preset-env
、@babel/transform-runtime
等等信手拈来,但是每次想要区别core-js
、@babel/poly-fill
、@babel/runtime
、@babel/plugin-transform-runtime
、@babel/preset-env
,却又含糊不清,索性来一次整理。
我们都知道,ES的每次标准公布,都会有许多新的特性,而这些特性无非分为两部分,一部分是新语法
,如箭头函数
、解构赋值
、扩展运算符
、for...in
、for...of
、class
、async/await
等,另一部分是API扩展
,如`Promi
Create a module to solve math equations.
This imply creating a language function to extract equations from user's messages.
Opened for contributors.
-
Updated
Oct 10, 2018 - HTML
TestCafe runs on Windows, MacOS, and Linux. It supports multiple desktop (Chrome, Firefox, IE11, Edge, Safari), mobile, remote and cloud browsers (UI or headless). TestCafe is free to use under the MIT license.
https://devexpress.github.io/testcafe/
https://github.com/devexpress/testcafe
Expected behavior
Order of the fields is saved after app restart, as it should be according to the documentation.
https://docs.forestadmin.com/documentation/reference-guide/views/using-the-layout-editor-mode/customizing-the-table-view#show-hide-fields
Actual behavior
I was able to save successfully the order of fields locally.
However, while I’m trying to make it on production I
-
Updated
Jun 5, 2020 - Python
-
Updated
Jun 5, 2020 - Jupyter Notebook
-
Updated
Jan 6, 2020
-
Updated
Jun 1, 2020 - Java
Bug report
What I did
the styling for select2
form controls does not match that of other controls
What I expected to happen
styling should match
What happened
using latest Chrome, the select2
form controls have a "smaller height" from other elements. You can see this on the demo page https://demo.backpackforlaravel.com/admin/article/1031/edit
(the select2
fie
-
Updated
Jan 7, 2020
Describe the bug
I just signed up and went to the public templates section.
There is only one template shown (see screenshot).
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://cloud.lastbackend.com/templates#public'
- See error
Expected behavior
I was expecting a lot more, e.g. Wordpress, MongoDB, Bootstrap, PostgreSQL, Etherpad, Apache, CouchDB, SearX, wall
-
Updated
Jun 4, 2020 - JavaScript
Improve this page
Add a description, image, and links to the backend topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the backend topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Deployed Parse server using k8 and used /parse/health for the readinessProbe and livenessProbe probe. But when deploy new code and broke the database connection, /parse/health still returns 200 OK. So old container was killed and new broken one brought online
Describe the solution you'd like
Only return 200 ok after db is