Skip to content
#

backend

Here are 3,840 public repositories matching this topic...

october
marco-000
marco-000 commented Feb 24, 2020

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.

oscargoldman
oscargoldman commented Aug 22, 2019

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:

varHarrie
varHarrie commented Mar 6, 2019

自从接触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...infor...ofclassasync/await等,另一部分是API扩展,如`Promi

beriberikix
beriberikix commented Dec 19, 2018

I'm on a pet project that requires a performant CoAP webserver. Since none exist I was considering using libcoap and find a frontend for doing the routing/middleware. Silicon looks to fit the build! How hard would it be to add libcoap as a Silicon backend? Are there any docs or guidance?

Thanks!

CRUD
OliverZiegler
OliverZiegler commented Jul 16, 2018

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
lastbackend
sobolevn
sobolevn commented Dec 25, 2019

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

rich-murphey
rich-murphey commented Aug 31, 2019

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.

Improve this page

Add a description, image, and links to the backend topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the backend topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.