Rajasegar Chandran

Results 63 issues of Rajasegar Chandran

Michael, first of all thanks a lot for putting up such a huge effort for the book and the examples here. They are greatly helpful to follow along the book....

If i set the following style for my `td` ```css td { text-align: center; padding: 4px 2px; } ``` the component is rerendering and goes on expading overflowing the page...

As a beginner, it is really confusing how to construct links in the DOM. The example in the README is incomplete without a working example of links. I have tried...

I have a table schemas like the below: ```lisp (mito:deftable warehouses () ((location :col-type (:varchar 50)) (capacity :col-type (:integer)))) (mito:deftable boxes () ((contents :col-type (:varchar 10)) (value :col-type (:integer)) (warehouse...

Fixes #220 I set out to solve the blockParams problem , now I have one more failing test case @tylerturdenpants @Turbo87 Anything I am missing here?

@jenweber Need more clarification on what we are talking about. Would be helpful to create PRs for the same. https://github.com/jenweber/ember-octane-vs-classic-cheat-sheet/blob/506561b9487c280b8334769262839a78110b7c9c/index.html#L314

``` lisp (css-lite:make-css-func my-border-radius (radius) (list :border-radius radius)) (defun my-css () (css-lite:css (("#foo") ((my-border-radius "5px")))) ``` should return ` # foo { border-radius: 5px; } ` instead it returns `...

Have you checked with pug, I think there may be some problem when using res.end() and the response is not flushed with the last chunk, the browser hangs for a...

This buildpack is not working on the latest stack ``` -----> Building on the Heroku-20 stack -----> Using buildpack: http://github.com/jsmpereira/heroku-buildpack-cl.git -----> CLFramework app detected -----> compile params: /tmp/build_8a2d549e /tmp/codon/tmp/cache /tmp/d20210624-51-1ii75zi...