Tzook Bar Noy
Tzook Bar Noy
Facebook notified me about a needed upgrade for the api, is it created? planned? or needed?
wanted to create a simple shape with a circle and "+" text in it like this: ``` render.shapes().plusShape = function(parent, bbox, node) { var w = bbox.width; var h =...
I am using the for removing the status bar on the page, it looks like this: ``` ``` but I still see the space of the status bar in the...
# This is a Bug Report ## Description Im using `serverless-webpack` with `serverless-http` with express. I have my serverless.yaml: ``` custom: webpack: packager: 'yarn' webpackConfig: './webpack.config.js' functions: app: handler: main.handler...
hello :) wondering if the converter supports text or Im doing something wrong :| have this svg that I create in the code, so in the end I have the...
I prefer to use this command bus, as it returns values from a command in the opposite of the new laravel 5 command bus that doesn't return value.
I have a simple navbar, and want to give it the rtl functionality. It means to transfer the logo to the right, and the menu to the right, while each...
I want to include a partial based on a variable I pass to the view example: ``` router.get('/page', function(req, res, next) { res.render('pages/page', {partial: 'whateverPartial'}); }); ``` now in the...