-
Updated
Apr 3, 2020
backend
Here are 3,840 public repositories matching this topic...
-
Updated
Apr 1, 2020 - JavaScript
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!
Would be really nice if there was a changelog for new versions so we don't have to go read the commits. Speaking for myself, I try to go read it but most of the stuff I don't understand so I get reluctant in upgrading out of fear it might break something and I don't notice. Also the docs need some updating.
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
Apr 5, 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
Mar 18, 2020 - Python
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
-
Updated
Oct 10, 2018 - HTML
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 16, 2018 - Java
-
Updated
Feb 11, 2020 - Jupyter Notebook
-
Updated
Jan 6, 2020
At this point we have translatable fake fields and are able to add the fakes to our model.
What would be nice is, if we could also cast our translatable fake fields like normal laravel ones.
This could help us on improving usage of fakes I think.
So think of following model:
class Company {
use CrudTrait;
use HasTranslations;
protected $fillable = [
'add-
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
Apr 4, 2020 - JavaScript
Hi, thanks a lot for building this project! It is a great start for new projects.
Currently this project support both frontend and backend parts.
Frontend part uses eslint and npm run lint to run a linting process.
But, for some reason backend part misses that.
I suggest to add a linter for backend part as well.
I propose to add wemake-python-styleguide. It is the strictest python l
I thought it might be helpful for newcomers, for some of the packages required for building or installing this project to be enumerated.
Note that this is on Debian, which doesn't seem to have podman in the repos, so I substituted docker.
Also, in the Makefile, $(PWD) did not seem to work, so I substituted $(shell pwd).
Here are steps that build and deploy the project on current Debian.
-
Updated
Apr 7, 2019
The endpoint /project_groups is nowhere to be found in the documents, while it is available. I assume it would work the same as /project_users.
-
Updated
Apr 2, 2020 - Java
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."

Description
Bit does not generate docs for React TS components.
for example:
https://bit.dev/eden/react-ts-demo
Specifications
Context and additional inf