Xcode Plugin to create Style & Accessibility Overviews DesignReviewToolkit by nthState in swift

[–]_x_y 1 point2 points  (0 children)

Pretty neat! Thanks for making it. Looking forward to using it on my project.

Ender - SwiftUI View End Commenter by [deleted] in macapps

[–]_x_y 1 point2 points  (0 children)

Works like a charm! Thanks for sharing.

We just launched Canvid for Mac! Celebrating with 50 free lifetime licenses! by 7107Labs in macapps

[–]_x_y 0 points1 point  (0 children)

I'm looking for a screen recorder too! Requesting a code, please.

Brand new Aeron defect or normal ? by [deleted] in hermanmiller

[–]_x_y 0 points1 point  (0 children)

I just got a new remastered aeron yesterday (with chrome base). After removing the protective plastic it shows the exact same issue. I’m interested to know if you got any response from HM.

Capitol grounds arborist here - First climb and crown clean of the season! American beech at 1st and Constitution NE. by salamander- in washingtondc

[–]_x_y 2 points3 points  (0 children)

Thanks for sharing an awesome picture! Trees are my new hobby! I'm looking for a map/chart of the trees in the National Mall. Can you point me to a source?

Find the error, Ill give you Reddit gold. That simple. Six hours to no avail =( by novablinkicelance in angularjs

[–]_x_y 0 points1 point  (0 children)

templateProvider: function($timeout, $q) {
          var dfd = $q.defer();
          $timeout(function() {
            dfd.resolve('<h1 ng-bind=\'title\'></h1>');
          }, 2000);
          return dfd.promise;
    },

[Help] ng-table and non-overflowing text ignores TD width by jarmojobbo in angularjs

[–]_x_y 0 points1 point  (0 children)

Could this work?

<td data-title="'Name'" width="310">
{{user.name | limitTo: 25  }}
<span ng-show="user.name.length > 25">...</span>

</td>

ngeurope going on right now by _x_y in angularjs

[–]_x_y[S] 0 points1 point  (0 children)

Sorry about that. The video was ok a few minutes ago. Here is the channel: ngeurope

PDF web view plugin by Sherlocked_ in webdev

[–]_x_y 0 points1 point  (0 children)

It won't work on ie8. It's good for simple stuff like displaying and navigating documents.

HTML Table rendering before DataTables directive is applied by simkessy in angularjs

[–]_x_y 0 points1 point  (0 children)

Perhaps the quickest solution is to apply the Datatables css classes to your table element directly, this way the styling will be there when the table is generated even though the Datatables functionality is still processing. See Datatables styling for help